Skip to content
Snippets Groups Projects
Commit 3494ca66 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

linux: do not autoload sdhci.ko as sdhci-pltfm.ko already depends on it


Currently, installing kmod-sdhci fails with "sdhci is already loaded" since
"sdhci.ko" is inserted explicitely first, the implicitely loaded again when
"sdhci-pltfm.ko" is inserted as the latter depends on the former.

Remove the explicit autoprobe of "sdhci.ko" to fix the postinstall script.

Acked-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent fc6ed952
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment