2
0
forked from Ivasoft/openwrt

ralink: make the sdhci module build again

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 43274
This commit is contained in:
John Crispin
2014-11-14 18:51:41 +00:00
parent 76a54a424c
commit ce1c580efb
2 changed files with 20 additions and 17 deletions

View File

@@ -9,12 +9,14 @@ OTHER_MENU:=Other modules
define KernelPackage/sdhci-mt7620
SUBMENU:=Other modules
TITLE:=MT7620 SDCI
DEPENDS:=@TARGET_ramips_mt7620a +kmod-sdhci
DEPENDS:=@(TARGET_ramips_mt7620a||TARGET_ramips_mt7628||TARGET_ramips_mt7621) +kmod-sdhci
KCONFIG:= \
CONFIG_MMC_SDHCI_MT7620
CONFIG_MTK_MMC \
CONFIG_MTK_AEE_KDUMP=n \
CONFIG_MTK_MMC_CD_POLL=n
FILES:= \
$(LINUX_DIR)/drivers/mmc/host/sdhci-mt7620.ko
AUTOLOAD:=$(call AutoProbe,sdhci-mt7620,1)
$(LINUX_DIR)/drivers/mmc/host/mtk-mmc/mtk_sd.ko
AUTOLOAD:=$(call AutoProbe,mtk_sd,1)
endef
$(eval $(call KernelPackage,sdhci-mt7620))