From f43fd80a4507428ec9eddf4103266e3e095dee62 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Sun, 29 Mar 2026 22:22:14 +0200 Subject: [PATCH] kirkwood: switch to 6.18 kernel This target is not popular among active developers. If nobody is using the testing kernel, this phase is pointless. Switch this niche target to kernel 6.18 for testing. Signed-off-by: Pawel Dembicki Link: https://github.com/openwrt/openwrt/pull/22680 Signed-off-by: Linus Walleij --- target/linux/kirkwood/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 7216c573b0..dde6d97a2f 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,7 +11,7 @@ FEATURES:=rtc usb nand squashfs ramdisk CPU_TYPE:=xscale SUBTARGETS:=generic -KERNEL_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.18 include $(INCLUDE_DIR)/target.mk