[openwrt/openwrt] uml: promote to 6.1 kernel
LEDE Commits
lede-commits at lists.infradead.org
Sat Mar 23 14:01:05 PDT 2024
chunkeey pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/bbaf6b764e3807d0ebe0c07274e9b067c5cfa148
commit bbaf6b764e3807d0ebe0c07274e9b067c5cfa148
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sat Mar 23 20:32:20 2024 +0100
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 <chunkeey 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 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
More information about the lede-commits
mailing list