aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-05-24 22:10:49 +0200
committerJohn Crispin <john@phrozen.org>2018-06-18 21:21:53 +0200
commit8e662b96542d06ab6602ae8d390d2512a10784d4 (patch)
tree0561365d8ee8879afae8997b1bf775ec1e07103f /target/linux/mediatek/Makefile
parentda8fc1511fc83f6ba2cf0e1e1feadbe1b9b58f4d (diff)
downloadupstream-8e662b96542d06ab6602ae8d390d2512a10784d4.tar.gz
upstream-8e662b96542d06ab6602ae8d390d2512a10784d4.tar.bz2
upstream-8e662b96542d06ab6602ae8d390d2512a10784d4.zip
mediatek: add mt7622 subtarget
Signed-off-by: John Crispin <john@phrozen.org> (cherry picked from commit 51740777fb37cb7bdc250d74b366840269439cf3)
Diffstat (limited to 'target/linux/mediatek/Makefile')
-rw-r--r--target/linux/mediatek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile
index 7b8742da61..f61230408a 100644
--- a/target/linux/mediatek/Makefile
+++ b/target/linux/mediatek/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=mediatek
BOARDNAME:=MediaTek Ralink ARM
-SUBTARGETS:=mt7623
+SUBTARGETS:=mt7622 mt7623
FEATURES:=squashfs nand ramdisk fpu
MAINTAINER:=John Crispin <john@phrozen.org>