[openwrt/openwrt] sunxi: switch default to 6.6

LEDE Commits lede-commits at lists.infradead.org
Fri May 3 05:54:18 PDT 2024


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

commit e8c7b8a38894abadf50547fdfda1bb0d05af56c9
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Fri May 3 10:23:09 2024 +0200

    sunxi: switch default to 6.6
    
    Switch the default kernel to 6.6.
    
    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 3982b763fb..d91e5c5a3e 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=Allwinner ARM SoCs
 FEATURES:=usb ext4 display rootfs-part rtc squashfs
 SUBTARGETS:=cortexa8 cortexa7 cortexa53
 
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 KERNELNAME:=zImage dtbs
 




More information about the lede-commits mailing list