瀏覽代碼

x86: move to 6.1 kernel by default

6.1 kernel has been in testing for a few month without issues

Signed-off-by: Pascal Coudurier <[email protected]>
Pascal Coudurier 1 年之前
父節點
當前提交
fdf8041107
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      target/linux/x86/Makefile

+ 1 - 2
target/linux/x86/Makefile

@@ -10,8 +10,7 @@ BOARDNAME:=x86
 FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part
 FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part
 SUBTARGETS:=generic legacy geode 64
 SUBTARGETS:=generic legacy geode 64
 
 
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 
 KERNELNAME:=bzImage
 KERNELNAME:=bzImage