From dc0389172bb0ba3cfa25949c3ae7d32406ec982e Mon Sep 17 00:00:00 2001 From: John Audia Date: Sat, 13 Dec 2025 10:49:14 -0500 Subject: [PATCH] x86: enable testing kernel for x86 KERNEL_TESTING_PATCHVER:=6.18 Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/21078 Signed-off-by: Robert Marko --- target/linux/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 69b634a046..d5ecf7218f 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -11,6 +11,7 @@ FEATURES:=squashfs ext4 vdi vmdk vhdx pcmcia targz fpu boot-part rootfs-part SUBTARGETS:=generic legacy geode 64 KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 KERNELNAME:=bzImage