From 4f5c12cd24eb080354e716e2af83384da55903b7 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 6 Apr 2026 14:00:23 +0800 Subject: [PATCH] x86: enable testing kernel 6.18 for x86 --- 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 9246b971d..5903bbbfb 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -11,7 +11,7 @@ FEATURES:=squashfs vdi vmdk vhdx pcmcia fpu boot-part rootfs-part SUBTARGETS:=64 generic geode legacy KERNEL_PATCHVER:=6.12 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.18 KERNELNAME:=bzImage