diff options
author | John Crispin <john@openwrt.org> | 2013-12-13 10:53:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-12-13 10:53:34 +0000 |
commit | b4b0a55aabd2839c5c995bb226f528efca73eea5 (patch) | |
tree | 5590872e7727102a707ee126637130489a674f12 /target/linux/ramips/mt7621/target.mk | |
parent | 594442a37e40f7839b144036e1e2ade8a1d58f86 (diff) | |
download | mtk-20170518-b4b0a55aabd2839c5c995bb226f528efca73eea5.zip mtk-20170518-b4b0a55aabd2839c5c995bb226f528efca73eea5.tar.gz mtk-20170518-b4b0a55aabd2839c5c995bb226f528efca73eea5.tar.bz2 |
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.mk | 15 |
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 0000000..98d3c6f --- /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 + |