mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
11 lines
203 B
Makefile
11 lines
203 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=mt7981
|
|
BOARDNAME:=Filogic 820 (MT7981)
|
|
CPU_TYPE:=cortex-a53
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
define Target/Description
|
|
Build firmware images for MediaTek MT7981 ARM based boards.
|
|
endef
|