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
...@@ -384,7 +384,7 @@ define KernelPackage/sdhci ...@@ -384,7 +384,7 @@ define KernelPackage/sdhci
$(LINUX_DIR)/drivers/mmc/host/sdhci.ko \ $(LINUX_DIR)/drivers/mmc/host/sdhci.ko \
$(LINUX_DIR)/drivers/mmc/host/sdhci-pltfm.ko $(LINUX_DIR)/drivers/mmc/host/sdhci-pltfm.ko
AUTOLOAD:=$(call AutoProbe,sdhci sdhci-pltfm,1) AUTOLOAD:=$(call AutoProbe,sdhci-pltfm,1)
endef endef
define KernelPackage/sdhci/description define KernelPackage/sdhci/description
......
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