summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-06 09:31:31 +0000
committerJohn Crispin <john@openwrt.org>2014-11-06 09:31:31 +0000
commitcadf5171074f7b18d007470b9f89deea87bb4c46 (patch)
tree2a4982693fd872563f0aabe73941c705e2cc21ed /target/linux/ramips/Makefile
parentf8404aaf9e44bab6fb629d5ee106e50ca2943d1c (diff)
downloadmaster-31e0f0ae-cadf5171074f7b18d007470b9f89deea87bb4c46.tar.gz
master-31e0f0ae-cadf5171074f7b18d007470b9f89deea87bb4c46.tar.bz2
master-31e0f0ae-cadf5171074f7b18d007470b9f89deea87bb4c46.zip
ralink: add support for mt7628
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43197
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 cf1b9e8311..d3d2db789b 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 mt7620a mt7620n mt7621 rt3883 rt288x
+SUBTARGETS:=rt305x mt7620a mt7620n mt7621 mt7628 rt3883 rt288x
FEATURES:=squashfs gpio
MAINTAINER:=John Crispin <blogic@openwrt.org>