aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7628/target.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-11-06 09:31:31 +0000
committerJohn Crispin <blogic@openwrt.org>2014-11-06 09:31:31 +0000
commit3d1fb84ada10d44712cff3d7530dc057532cce00 (patch)
tree8ec8760b91969070ce793fef8716e4a86c222ffd /target/linux/ramips/mt7628/target.mk
parente6a6d7d6d1c78b8a121bc4bee41d314565c700eb (diff)
downloadmaster-187ad058-3d1fb84ada10d44712cff3d7530dc057532cce00.tar.gz
master-187ad058-3d1fb84ada10d44712cff3d7530dc057532cce00.tar.bz2
master-187ad058-3d1fb84ada10d44712cff3d7530dc057532cce00.zip
ralink: add support for mt7628
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/mt7628/target.mk')
-rw-r--r--target/linux/ramips/mt7628/target.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7628/target.mk b/target/linux/ramips/mt7628/target.mk
new file mode 100644
index 0000000000..22697210a1
--- /dev/null
+++ b/target/linux/ramips/mt7628/target.mk
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2009 OpenWrt.org
+#
+
+SUBTARGET:=mt7628
+BOARDNAME:=MT7628 based boards
+ARCH_PACKAGES:=ramips_24kec
+FEATURES+=usb
+CPU_TYPE:=24kec
+CPU_SUBTYPE:=dsp
+
+define Target/Description
+ Build firmware images for Ralink MT7628 based boards.
+endef
+