From: Christian Lamparter Date: Sat, 23 Mar 2024 19:32:20 +0000 (+0100) Subject: uml: promote to 6.1 kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bbaf6b764e3807d0ebe0c07274e9b067c5cfa148;p=openwrt%2Fstaging%2Fthess.git uml: promote to 6.1 kernel there have been no reports of any problems with 6.1. let's make it the default kernel. Signed-off-by: Christian Lamparter --- diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index ba3c7eae9d..d9c2b924b5 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -13,8 +13,7 @@ BOARD:=uml BOARDNAME:=User Mode Linux FEATURES:=audio ext4 rootfs-part squashfs -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk