aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/modules.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-19 10:19:18 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-19 10:19:18 +0000
commit563f3a4cb7cdc56f3134144bdd59e24adcdd5e21 (patch)
tree458febad745ae863e28eefc7ae159cc789c6de8c /target/linux/ramips/modules.mk
parentb3fc18b565f751bb6e4ea0fc2de64b238a9e59b5 (diff)
downloadupstream-563f3a4cb7cdc56f3134144bdd59e24adcdd5e21.tar.gz
upstream-563f3a4cb7cdc56f3134144bdd59e24adcdd5e21.tar.bz2
upstream-563f3a4cb7cdc56f3134144bdd59e24adcdd5e21.zip
ramips: add mt7688 subtarget
Signed-off-by: John Crispin <blogic@openwrt.org> Backport of r47203 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47226 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 \