mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
11 lines
189 B
Makefile
11 lines
189 B
Makefile
|
ARCH:=aarch64
|
||
|
SUBTARGET:=mt7622
|
||
|
BOARDNAME:=MT7622
|
||
|
CPU_TYPE:=cortex-a53
|
||
|
|
||
|
KERNELNAME:=Image dtbs
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for MediaTek MT7622 ARM based boards.
|
||
|
endef
|