From e84bada84ed01c08e0723c1599213456d899c7ba Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 24 Jul 2015 09:12:16 +0000 Subject: [PATCH] ramips: make sd driver depend on mt7688 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46476 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index d72e0aa88b..503a1e55a1 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -9,7 +9,7 @@ OTHER_MENU:=Other modules define KernelPackage/sdhci-mt7620 SUBMENU:=Other modules TITLE:=MT7620 SDCI - DEPENDS:=@(TARGET_ramips_mt7620||TARGET_ramips_mt7628||TARGET_ramips_mt7621) +kmod-sdhci + DEPENDS:=@(TARGET_ramips_mt7620||TARGET_ramips_mt7628||TARGET_ramips_mt7621||TARGET_ramips_mt7688) +kmod-sdhci KCONFIG:= \ CONFIG_MTK_MMC \ CONFIG_MTK_AEE_KDUMP=n \ -- 2.11.0