From 58ba62578d8a2faf29508d84b7c5b66350e2bd98 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 11 Apr 2026 23:01:43 +0200 Subject: [PATCH] ixp4xx: add 6.18 testing kernel Allow for selecting v6.18 it as a testing kernel. One single Kconfig option needed adding. Link: https://github.com/openwrt/openwrt/pull/22896 Signed-off-by: Linus Walleij --- target/linux/ixp4xx/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index a2b0d16f137..cc97d24aa3b 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -12,6 +12,7 @@ CPU_TYPE:=xscale SUBTARGETS:=generic KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 define Target/Description Build firmware images for the IXP4xx XScale CPU -- 2.47.3