[openwrt/openwrt] sunxi: use kernel 6.12 by default

LEDE Commits lede-commits at lists.infradead.org
Fri May 30 06:40:23 PDT 2025


wigyori pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/01bc7a4fe7b48ef507f3e88947741de5a3305185

commit 01bc7a4fe7b48ef507f3e88947741de5a3305185
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Thu May 29 22:57:53 2025 +0200

    sunxi: use kernel 6.12 by default
    
    Switch to Linux kernel version 6.12.
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 target/linux/sunxi/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile
index 24004ec576..5ebd8eb85e 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=Allwinner ARM SoCs
 FEATURES:=ext4 display rootfs-part rtc squashfs usb usbgadget
 SUBTARGETS:=cortexa8 cortexa7 cortexa53
 
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
 
 KERNELNAME:=zImage dtbs
 




More information about the lede-commits mailing list