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/32/target.mk | |
parent | bb4d5006c0111bd49c0870f6d668ef295bf68681 (diff) | |
download | upstream-4787e1960bf5c8f970a0f935c1efebd530100c5d.tar.gz upstream-4787e1960bf5c8f970a0f935c1efebd530100c5d.tar.bz2 upstream-4787e1960bf5c8f970a0f935c1efebd530100c5d.zip |
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/32/target.mk')
-rw-r--r-- | target/linux/mediatek/32/target.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/mediatek/32/target.mk b/target/linux/mediatek/32/target.mk new file mode 100644 index 0000000000..0a444c2758 --- /dev/null +++ b/target/linux/mediatek/32/target.mk @@ -0,0 +1,13 @@ +# +# Copyright (C) 2009 OpenWrt.org +# + +SUBTARGET:=32 +BOARDNAME:=32bit +CPU_TYPE:=cortex-a7 +CPU_SUBTYPE:=neon-vfpv4 + +define Target/Description + Build firmware images for MediaTek 32bit ARM based boards. +endef + |