diff options
author | John Crispin <john@openwrt.org> | 2015-07-24 09:12:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-24 09:12:16 +0000 |
commit | 37495247d2b74fa72302170ef5812582cc34ffa0 (patch) | |
tree | 7fdaf742c9b8887e165702154570fcf23a68e645 /target | |
parent | 351a55ac2978b167da98edcf63bceba57c18d813 (diff) | |
download | upstream-37495247d2b74fa72302170ef5812582cc34ffa0.tar.gz upstream-37495247d2b74fa72302170ef5812582cc34ffa0.tar.bz2 upstream-37495247d2b74fa72302170ef5812582cc34ffa0.zip |
ramips: make sd driver depend on mt7688
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46476
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/modules.mk | 2 |
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 \ |