[openwrt/openwrt] x86: use kernel 6.6 by default

LEDE Commits lede-commits at lists.infradead.org
Thu May 30 15:30:39 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/06d5d7b7bf2452c318f7ccc0a7248cf2491c9134

commit 06d5d7b7bf2452c318f7ccc0a7248cf2491c9134
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Thu May 30 01:03:24 2024 +0200

    x86: use kernel 6.6 by default
    
    Switch to Linux kernel version 6.6.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
---
 target/linux/x86/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index b4ac2a5ec8..f5f39d8421 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=x86
 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
+KERNEL_PATCHVER:=6.6
 
 KERNELNAME:=bzImage
 




More information about the lede-commits mailing list