From d3a7e895690b2b9370f50ac55d0135b6e2e55237 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Sun, 26 Apr 2026 23:26:52 +0200 Subject: [PATCH] qoriq: 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/23117 Signed-off-by: Jonas Jelonek --- target/linux/qoriq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 804f510d9a..b71a06310c 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -11,7 +11,7 @@ CPU_TYPE:=e5500 FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc squashfs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.18 KERNELNAME:=zImage