diff options
author | John Crispin <john@openwrt.org> | 2015-07-24 09:11:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-24 09:11:56 +0000 |
commit | e04e44a2234d1bf25fa406e57b38aee2c05344e2 (patch) | |
tree | dfd8f9cd977ba2120197082c5160a61816a20437 /target/linux/ramips/mt7688/target.mk | |
parent | 7449ea88db715d5c3da9e1a45968ea1ee7459e73 (diff) | |
download | upstream-e04e44a2234d1bf25fa406e57b38aee2c05344e2.tar.gz upstream-e04e44a2234d1bf25fa406e57b38aee2c05344e2.tar.bz2 upstream-e04e44a2234d1bf25fa406e57b38aee2c05344e2.zip |
ramips: add subtarget for mt7688
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46473
Diffstat (limited to 'target/linux/ramips/mt7688/target.mk')
-rw-r--r-- | target/linux/ramips/mt7688/target.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7688/target.mk b/target/linux/ramips/mt7688/target.mk new file mode 100644 index 0000000000..37b5ebc464 --- /dev/null +++ b/target/linux/ramips/mt7688/target.mk @@ -0,0 +1,15 @@ +# +# Copyright (C) 2015 OpenWrt.org +# + +SUBTARGET:=mt7688 +BOARDNAME:=MT7688 based boards +ARCH_PACKAGES:=ramips_24kec +FEATURES+=usb +CPU_TYPE:=24kec +CPU_SUBTYPE:=dsp + +define Target/Description + Build firmware images for Ralink MT7688 based boards. +endef + |