summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-24 09:11:56 +0000
committerJohn Crispin <john@openwrt.org>2015-07-24 09:11:56 +0000
commite04e44a2234d1bf25fa406e57b38aee2c05344e2 (patch)
treedfd8f9cd977ba2120197082c5160a61816a20437 /target/linux/ramips/Makefile
parent7449ea88db715d5c3da9e1a45968ea1ee7459e73 (diff)
downloadmaster-31e0f0ae-e04e44a2234d1bf25fa406e57b38aee2c05344e2.tar.gz
master-31e0f0ae-e04e44a2234d1bf25fa406e57b38aee2c05344e2.tar.bz2
master-31e0f0ae-e04e44a2234d1bf25fa406e57b38aee2c05344e2.zip
ramips: add subtarget for mt7688
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46473
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r--target/linux/ramips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index 5c7a38235d..eafd2742e6 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=mipsel
BOARD:=ramips
BOARDNAME:=Ralink RT288x/RT3xxx
-SUBTARGETS:=rt305x mt7620 mt7621 mt7628 rt3883 rt288x
+SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x
FEATURES:=squashfs gpio
MAINTAINER:=John Crispin <blogic@openwrt.org>