From 995f444f38e7065737c9637bb5236cc47eed5f92 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Tue, 4 Nov 2025 19:26:05 +0100 Subject: [PATCH] ipq806x: switch to kernel 6.12 Move the ipq806x target to kernel 6.12 by default as every kernel bump problem has been handled. Link: https://github.com/openwrt/openwrt/pull/20644 Signed-off-by: Christian Marangi --- target/linux/ipq806x/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 7619ec5083..f4f3c3b31e 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -10,8 +10,7 @@ CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage Image dtbs -- 2.30.2