From cd5512c2b0ba6eedba98715fed9bd57cfa915892 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 26 May 2025 04:22:51 +0800 Subject: [PATCH] x86: use kernel 6.12 by default --- target/linux/x86/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index b652f27aa..f71ed8704 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,8 +10,8 @@ BOARDNAME:=x86 FEATURES:=squashfs vdi vmdk vhdx pcmcia fpu boot-part rootfs-part SUBTARGETS:=64 generic geode legacy -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=bzImage