mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 19:11:40 +01:00
Switch Airoha targets to 6.12 and drop 6.6 support. Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20137 Signed-off-by: Robert Marko <robimarko@gmail.com>
13 lines
226 B
Makefile
13 lines
226 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.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|