浏览代码

uml: switch to 6.6 kernel

Switch the uml target to kernel 6.6.

Signed-off-by: Christian Lamparter <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/15713
Signed-off-by: Christian Marangi <[email protected]>
Christian Lamparter 1 年之前
父节点
当前提交
85f6deb4e8
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      target/linux/uml/Makefile

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