summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-19 09:19:38 +0000
committerJohn Crispin <john@openwrt.org>2014-11-19 09:19:38 +0000
commit510ff1f1b8f7ee28986cb08381b02392847296ac (patch)
treeee0ea54f4e50265260493e2b4e5e50eb3b7cddd7 /target/linux/ramips/Makefile
parent047f1c8dcac0e1802d357fba3f790b9956c123f9 (diff)
downloadmaster-31e0f0ae-510ff1f1b8f7ee28986cb08381b02392847296ac.tar.gz
master-31e0f0ae-510ff1f1b8f7ee28986cb08381b02392847296ac.tar.bz2
master-31e0f0ae-510ff1f1b8f7ee28986cb08381b02392847296ac.zip
ralink: merge the mt7620a/n subtargets
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43300
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 d3d2db789b..95577d4af8 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 mt7628 rt3883 rt288x
+SUBTARGETS:=rt305x mt7620 mt7621 mt7628 rt3883 rt288x
FEATURES:=squashfs gpio
MAINTAINER:=John Crispin <blogic@openwrt.org>