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

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 3 23:56:26 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1e7033d188217d0c45cdf58508588e55e0adf6ed

commit 1e7033d188217d0c45cdf58508588e55e0adf6ed
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Wed Mar 13 01:37:54 2024 +0100

    x86: 6.6: set testing kernel
    
    Allow selecting 6.6 as testing kernel on x86.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
---
 target/linux/x86/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 39f0a6e825..b4ac2a5ec8 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -11,6 +11,7 @@ FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part
 SUBTARGETS:=generic legacy geode 64
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 KERNELNAME:=bzImage
 




More information about the lede-commits mailing list