From 750f2abd8865e64e252af4b7cb5b04e0c60cb325 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Thu, 14 Aug 2025 13:36:41 +0200 Subject: [PATCH] ipq40xx: switch to kernel 6.12 Let's switch the ipq40xx target to use kernel 6.12 by default. Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/19778 Signed-off-by: Nick Hainke --- target/linux/ipq40xx/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 39bc0e17741..35412846f9a 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,8 +8,7 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage Image dtbs -- 2.47.3