From fdf8041107f27417bcd8d540ad56e162b83304bc Mon Sep 17 00:00:00 2001 From: Pascal Coudurier Date: Fri, 1 Dec 2023 21:42:37 +0100 Subject: [PATCH] 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 --- target/linux/x86/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 2ca1b4ca46..39f0a6e825 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=x86 FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part SUBTARGETS:=generic legacy geode 64 -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 KERNELNAME:=bzImage -- 2.30.2