summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621/target.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-12-13 10:53:34 +0000
committerJohn Crispin <john@openwrt.org>2013-12-13 10:53:34 +0000
commitb4b0a55aabd2839c5c995bb226f528efca73eea5 (patch)
tree5590872e7727102a707ee126637130489a674f12 /target/linux/ramips/mt7621/target.mk
parent594442a37e40f7839b144036e1e2ade8a1d58f86 (diff)
downloadmaster-31e0f0ae-b4b0a55aabd2839c5c995bb226f528efca73eea5.tar.gz
master-31e0f0ae-b4b0a55aabd2839c5c995bb226f528efca73eea5.tar.bz2
master-31e0f0ae-b4b0a55aabd2839c5c995bb226f528efca73eea5.zip
ralink: add mt7621 support
there are still various missing pieces for full support. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39040
Diffstat (limited to 'target/linux/ramips/mt7621/target.mk')
-rw-r--r--target/linux/ramips/mt7621/target.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/target.mk b/target/linux/ramips/mt7621/target.mk
new file mode 100644
index 0000000000..98d3c6f2f5
--- /dev/null
+++ b/target/linux/ramips/mt7621/target.mk
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2009 OpenWrt.org
+#
+
+SUBTARGET:=mt7621
+BOARDNAME:=MT7621 based boards
+ARCH_PACKAGES:=ramips_24kec
+FEATURES+=usb
+CPU_TYPE:=24kec
+CPU_SUBTYPE:=dsp
+
+define Target/Description
+ Build firmware images for Ralink MT7621 based boards.
+endef
+