From 903898e6fe952fd53b51fd76365c41490689eec7 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 11 Nov 2023 12:17:23 +0800 Subject: [PATCH] x86: switch to kernel 6.1 by default Signed-off-by: Tianling Shen --- target/linux/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 158b48c35a..27e037b26a 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ BOARDNAME:=x86 FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part SUBTARGETS:=64 generic legacy geode -KERNEL_PATCHVER:=5.15 +KERNEL_PATCHVER:=6.1 KERNEL_TESTING_PATCHVER:=6.1 KERNELNAME:=bzImage