mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
d7dc5b1b4d
The Airoha EN7581 got renamed to AN7581 due to move from Econet to Airoha. To save on compatibility, use both compatible for the device. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
12 lines
213 B
Makefile
12 lines
213 B
Makefile
ARCH:=aarch64
|
|
SUBTARGET:=an7581
|
|
BOARDNAME:=AN7581
|
|
CPU_TYPE:=cortex-a53
|
|
KERNELNAME:=Image dtbs
|
|
FEATURES+=pwm source-only
|
|
|
|
define Target/Description
|
|
Build firmware images for Airoha an7581 ARM based boards.
|
|
endef
|
|
|