From: Pawel Dembicki Date: Sun, 29 Mar 2026 20:22:14 +0000 (+0200) Subject: kirkwood: switch to 6.18 kernel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22680%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 7216c573b03..dde6d97a2f2 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