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/Makefile | |
parent | 5fbfffe7f4ff7014fe5c942ec0c179a745f340c0 (diff) | |
download | mtk-20170518-dce9b292bf06c84a794db57ef25c3f9b47faf576.zip mtk-20170518-dce9b292bf06c84a794db57ef25c3f9b47faf576.tar.gz mtk-20170518-dce9b292bf06c84a794db57ef25c3f9b47faf576.tar.bz2 |
ralink: add mt7620n support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38823
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 205d073..e4aa1c0 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx -SUBTARGETS:=rt305x rt3883 mt7620a rt288x +SUBTARGETS:=rt305x mt7620a mt7620n rt3883 rt288x FEATURES:=squashfs gpio LINUX_VERSION:=3.10.18 |