From 22d2061e23c8628c3eb7c9b73256a771e2e451dc Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Sun, 23 Nov 2025 10:02:06 +0100 Subject: [PATCH] qoriq: switch to kernel 6.12 switch the kernel to 6.12 by default Signed-off-by: Goetz Goerisch Link: https://github.com/openwrt/openwrt/pull/20889 Signed-off-by: Stijn Tintel --- target/linux/qoriq/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 18d31ffc46..804f510d9a 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -11,8 +11,7 @@ CPU_TYPE:=e5500 FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc squashfs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 KERNELNAME:=zImage -- 2.30.2