From: Christian Lamparter Date: Sun, 2 Jun 2024 13:56:56 +0000 (+0200) Subject: uml: switch to 6.6 kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=85f6deb4e86366fb8d761e8c750e86b8a44d77c5;p=openwrt%2Fstaging%2Fsvanheule.git uml: switch to 6.6 kernel Switch the uml target to kernel 6.6. Signed-off-by: Christian Lamparter Link: https://github.com/openwrt/openwrt/pull/15713 Signed-off-by: Christian Marangi --- 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