mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-21 20:46:14 +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>
14 lines
225 B
Makefile
14 lines
225 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
SUBTARGETS:=en7523 an7581
|
|
FEATURES:=dt squashfs nand ramdisk gpio
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|