mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-13 00:10:21 +00:00
8e662b9654
Signed-off-by: John Crispin <john@phrozen.org>
(cherry picked from commit 51740777fb
)
12 lines
213 B
Makefile
12 lines
213 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=mt7622
|
|
BOARDNAME:=MT7622
|
|
CPU_TYPE:=cortex-a53
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek MT7622 ARM based boards.
|
|
endef
|