diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-24 09:12:16 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-24 09:12:16 +0000 |
commit | 3735516838d6b2d4cad8fbce3818b7681b212b5a (patch) | |
tree | 6b66ac61d1a1219869a0e32c29ddfd168b75e2bd /target/linux/ramips | |
parent | f0512ef0fed96b08c0fcbbb1df2ae4220a15c080 (diff) | |
download | master-187ad058-3735516838d6b2d4cad8fbce3818b7681b212b5a.tar.gz master-187ad058-3735516838d6b2d4cad8fbce3818b7681b212b5a.tar.bz2 master-187ad058-3735516838d6b2d4cad8fbce3818b7681b212b5a.zip |
ramips: make sd driver depend on mt7688
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46476 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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 \ |