mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 23:42:57 +00:00
12 lines
213 B
Makefile
12 lines
213 B
Makefile
|
ARCH:=aarch64
|
||
|
SUBTARGET:=en7581
|
||
|
BOARDNAME:=EN7581
|
||
|
CPU_TYPE:=cortex-a53
|
||
|
KERNELNAME:=Image dtbs
|
||
|
FEATURES+=pwm source-only
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for Airoha en7581 ARM based boards.
|
||
|
endef
|
||
|
|