From 603c95f30b8c0b1683071370bda955f67b715884 Mon Sep 17 00:00:00 2001 From: Kenneth Kasilag Date: Wed, 1 Apr 2026 23:32:53 +0000 Subject: [PATCH] airoha: enable 6.18 testing kernel Add building the 6.18 kernel for airoha as testing. Signed-off-by: Kenneth Kasilag Link: https://github.com/openwrt/openwrt/pull/21019 Signed-off-by: Jonas Jelonek --- target/linux/airoha/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 2da3acbef24..cf3629ef205 100644 --- a/target/linux/airoha/Makefile +++ b/target/linux/airoha/Makefile @@ -7,6 +7,7 @@ SUBTARGETS:=en7523 an7581 an7583 FEATURES:=dt squashfs nand ramdisk gpio KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ -- 2.47.3