[openwrt/openwrt] mxs: use kernel 6.12 by default
LEDE Commits
lede-commits at lists.infradead.org
Sat May 24 07:16:57 PDT 2025
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3ad65da7d668560675e239b4d181276cc8c2d798
commit 3ad65da7d668560675e239b4d181276cc8c2d798
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Sat May 24 12:39:19 2025 +0200
mxs: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
target/linux/mxs/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile
index bd6daeec24..90fe5b62a6 100644
--- a/target/linux/mxs/Makefile
+++ b/target/linux/mxs/Makefile
@@ -11,8 +11,7 @@ FEATURES:=ext4 rtc usb gpio
CPU_TYPE:=arm926ej-s
SUBTARGETS:=generic
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
KERNELNAME:=zImage dtbs
More information about the lede-commits
mailing list