瀏覽代碼

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 <[email protected]>
Christian Lamparter 1 年之前
父節點
當前提交
bbaf6b764e
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      target/linux/uml/Makefile

+ 1 - 2
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