openwrt/target/linux/airoha/an7581/target.mk
Christian Marangi d7dc5b1b4d
airoha: rename subtarget from en7581 to an7581
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>
2024-10-23 12:32:03 +02:00

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