[openwrt/openwrt] mxs: switch default to 6.6
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 25 06:32:02 PDT 2024
wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/dbe9084adb86493539f797df994f0397e05cc963
commit dbe9084adb86493539f797df994f0397e05cc963
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Thu Apr 25 14:31:59 2024 +0200
mxs: switch default to 6.6
Switch the default kernel to 6.6.
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 606d19e21c..07239c0e17 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.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
KERNELNAME:=zImage dtbs
More information about the lede-commits
mailing list