From 85f6deb4e86366fb8d761e8c750e86b8a44d77c5 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sun, 2 Jun 2024 15:56:56 +0200 Subject: [PATCH] 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 --- 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 -- 2.30.2