diff options
author | John Crispin <john@openwrt.org> | 2013-11-16 20:28:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-16 20:28:52 +0000 |
commit | dce9b292bf06c84a794db57ef25c3f9b47faf576 (patch) | |
tree | 6751f99a39c9b198e3020cb129ab5fba4af5b61c /target/linux/ramips/mt7620n/target.mk | |
parent | 5fbfffe7f4ff7014fe5c942ec0c179a745f340c0 (diff) | |
download | upstream-dce9b292bf06c84a794db57ef25c3f9b47faf576.tar.gz upstream-dce9b292bf06c84a794db57ef25c3f9b47faf576.tar.bz2 upstream-dce9b292bf06c84a794db57ef25c3f9b47faf576.zip |
ralink: add mt7620n support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38823
Diffstat (limited to 'target/linux/ramips/mt7620n/target.mk')
-rw-r--r-- | target/linux/ramips/mt7620n/target.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620n/target.mk b/target/linux/ramips/mt7620n/target.mk new file mode 100644 index 0000000000..b242408366 --- /dev/null +++ b/target/linux/ramips/mt7620n/target.mk @@ -0,0 +1,15 @@ +# +# Copyright (C) 2013 OpenWrt.org +# + +SUBTARGET:=mt7620n +BOARDNAME:=MT7620n based boards +ARCH_PACKAGES:=ramips_24kec +FEATURES+=usb +CPU_TYPE:=24kec +CPU_SUBTYPE:=dsp + +define Target/Description + Build firmware images for Ralink MT7620n based boards. +endef + |