aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621/target.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-12-13 10:53:34 +0000
committerJohn Crispin <blogic@openwrt.org>2013-12-13 10:53:34 +0000
commit490134a16728228ee67880f01402d0f92a823872 (patch)
tree39b2da9ffed609ea19d00804cab95a4cbbf80080 /target/linux/ramips/mt7621/target.mk
parentd6864eb56d397a59b4172e2f78cae2a243ece1c0 (diff)
downloadupstream-490134a16728228ee67880f01402d0f92a823872.tar.gz
upstream-490134a16728228ee67880f01402d0f92a823872.tar.bz2
upstream-490134a16728228ee67880f01402d0f92a823872.zip
ralink: add mt7621 support
there are still various missing pieces for full support. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39040 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
+