From 1e7033d188217d0c45cdf58508588e55e0adf6ed Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Wed, 13 Mar 2024 01:37:54 +0100 Subject: [PATCH] x86: 6.6: set testing kernel Allow selecting 6.6 as testing kernel on x86. Signed-off-by: Mieczyslaw Nalewaj --- target/linux/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 39f0a6e825..b4ac2a5ec8 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.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=bzImage -- 2.30.2