From: Pascal Coudurier Date: Fri, 1 Dec 2023 20:42:37 +0000 (+0100) Subject: x86: move to 6.1 kernel by default X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fdf8041107f27417bcd8d540ad56e162b83304bc;p=openwrt%2Fopenwrt.git 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 --- 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