From b55f5d84a0b1fe335f1eaa42c6f6eb40737f836c Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 31 Jul 2024 10:47:20 +0800 Subject: [PATCH] x86: use kernel 6.6 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 6970a662c..e3f18e4f0 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 legacy geode -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.1 KERNELNAME:=bzImage