From: Mieczyslaw Nalewaj Date: Fri, 9 Aug 2024 15:47:02 +0000 (+0200) Subject: qoriq: use kernel 6.6 by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0627030fbe0e79c3af103583194b2ac7c2b4a6c4;p=openwrt%2Fopenwrt.git qoriq: use kernel 6.6 by default Switch to Linux kernel version 6.6. Link: https://github.com/openwrt/openwrt/pull/16120 Signed-off-by: Mieczyslaw Nalewaj --- diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 9d03c3183f..59c413aa50 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 source-only SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 KERNELNAME:=zImage