mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
8bc571d273
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
11 lines
255 B
Makefile
11 lines
255 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=mt7622
|
|
BOARDNAME:=MT7622
|
|
CPU_TYPE:=cortex-a53
|
|
DEFAULT_PACKAGES += kmod-mt7615e kmod-mt7615-firmware wpad-openssl
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek MT7622 ARM based boards.
|
|
endef
|