Switch the airoha target to use kernel 6.18 and drop 6.12. This removes a large amount of patches that have since been merged to upstream; and removes the build system hack used to support building 6.12 and 6.18 with a slightly different DTS and package configuration. Signed-off-by: Kenneth Kasilag <kenneth@kasilag.me> Link: https://github.com/openwrt/openwrt/pull/23640 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
15 lines
296 B
Makefile
15 lines
296 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
SUBTARGETS:=en7523 an7581 an7583
|
|
FEATURES:=dt squashfs nand ramdisk gpio
|
|
|
|
KERNEL_PATCHVER:=6.18
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug
|
|
|
|
$(eval $(call BuildTarget))
|