[openwrt/openwrt] qoriq: use kernel 6.6 by default
LEDE Commits
lede-commits at lists.infradead.org
Fri Sep 20 10:51:30 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0627030fbe0e79c3af103583194b2ac7c2b4a6c4
commit 0627030fbe0e79c3af103583194b2ac7c2b4a6c4
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Fri Aug 9 17:47:02 2024 +0200
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 <namiltd at yahoo.com>
---
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 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
More information about the lede-commits
mailing list