From: Christian Lamparter Date: Sun, 2 Jun 2024 13:56:56 +0000 (+0200) Subject: uml: switch to 6.6 kernel X-Git-Tag: v24.10.0-rc1~1496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85f6deb4e86366fb8d761e8c750e86b8a44d77c5;p=thirdparty%2Fopenwrt.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 cad5d0f3d32..00f19fce5bd 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