[openwrt/openwrt] uml: switch to 6.6 kernel

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 17 04:05:55 PDT 2024


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/85f6deb4e86366fb8d761e8c750e86b8a44d77c5

commit 85f6deb4e86366fb8d761e8c750e86b8a44d77c5
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sun Jun 2 15:56:56 2024 +0200

    uml: switch to 6.6 kernel
    
    Switch the uml target to kernel 6.6.
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/15713
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/uml/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile
index cad5d0f3d3..00f19fce5b 100644
--- a/target/linux/uml/Makefile
+++ b/target/linux/uml/Makefile
@@ -14,8 +14,7 @@ BOARDNAME:=User Mode Linux
 FEATURES:=audio ext4 rootfs-part squashfs
 SUBTARGETS:=generic
 
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list