mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-25 05:27:09 +00:00
Enable kernel 6.12 as the testing kernel for airoha. This first commit will largely maintain feature-parity with kernel 6.6. DTS changes are backwards-compatible with kernel 6.6. Tested to flash and boot on Gemtek W1700K (#17869). Signed-off-by: Kenneth Kasilag <kenneth@kasilag.me> Link: https://github.com/openwrt/openwrt/pull/19038 Signed-off-by: Robert Marko <robimarko@gmail.com>
15 lines
255 B
Makefile
15 lines
255 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
|
|
KERNEL_TESTING_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|