diff options
author | John Crispin <john@phrozen.org> | 2017-08-01 08:36:49 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-08-01 08:36:49 +0200 |
commit | 4787e1960bf5c8f970a0f935c1efebd530100c5d (patch) | |
tree | a9fc82ac6528e8458f8edb32bdded971fdd71c3b /target/linux/mediatek/Makefile | |
parent | bb4d5006c0111bd49c0870f6d668ef295bf68681 (diff) | |
download | mtk-20170518-4787e1960bf5c8f970a0f935c1efebd530100c5d.zip mtk-20170518-4787e1960bf5c8f970a0f935c1efebd530100c5d.tar.gz mtk-20170518-4787e1960bf5c8f970a0f935c1efebd530100c5d.tar.bz2 |
mediatek: move mt7623 support into a 32bit subtarget
this is in preparation for adding the new 64bit mt7622 support.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/Makefile')
-rw-r--r-- | target/linux/mediatek/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index f183693..4ebac09 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -5,9 +5,8 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mediatek BOARDNAME:=MediaTek Ralink ARM +SUBTARGETS:=32 FEATURES:=squashfs nand ubifs -CPU_TYPE:=cortex-a7 -CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin <john@phrozen.org> KERNEL_PATCHVER:=4.9 |