summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/modules.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-24 09:12:16 +0000
committerJohn Crispin <john@openwrt.org>2015-07-24 09:12:16 +0000
commit37495247d2b74fa72302170ef5812582cc34ffa0 (patch)
tree7fdaf742c9b8887e165702154570fcf23a68e645 /target/linux/ramips/modules.mk
parent351a55ac2978b167da98edcf63bceba57c18d813 (diff)
downloadmaster-31e0f0ae-37495247d2b74fa72302170ef5812582cc34ffa0.tar.gz
master-31e0f0ae-37495247d2b74fa72302170ef5812582cc34ffa0.tar.bz2
master-31e0f0ae-37495247d2b74fa72302170ef5812582cc34ffa0.zip
ramips: make sd driver depend on mt7688
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46476
Diffstat (limited to 'target/linux/ramips/modules.mk')
-rw-r--r--target/linux/ramips/modules.mk2
1 files changed, 1 insertions, 1 deletions
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 \