[openwrt/openwrt] sunxi: 6.6: set testing kernel

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 25 08:09:48 PDT 2024


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

commit ee4e69cc35fbe987c3ad27831392c1fbdcaae04f
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Wed Apr 17 13:49:15 2024 +0200

    sunxi: 6.6: set testing kernel
    
    Allow selecting 6.6 as testing kernel on sunxi.
    
    Runtime-tested:
     - Linksprite pcDuino (cortexa8)
     - Olimex A20 Micro (cortexa7)
     - Pine64 SoM (cortexa53)
    
    Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
 target/linux/sunxi/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile
index 511c02772e..3982b763fb 100644
--- a/target/linux/sunxi/Makefile
+++ b/target/linux/sunxi/Makefile
@@ -11,6 +11,7 @@ FEATURES:=usb ext4 display rootfs-part rtc squashfs
 SUBTARGETS:=cortexa8 cortexa7 cortexa53
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 KERNELNAME:=zImage dtbs
 




More information about the lede-commits mailing list