From 9b3bc5d119782f7e1316bf7bbe3ba7382f5e230b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 28 Mar 2022 10:23:37 +0200 Subject: [PATCH] x86: enable 5.15 as testing kernel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit So anyone interested can help with new kernel version integration and testing. Signed-off-by: Petr Å tetiar --- target/linux/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index e42d87fbc9..880ac73df8 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:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 KERNELNAME:=bzImage -- 2.30.2