From 5602665255ab330bab17ea8c77f4b09318dc7edf Mon Sep 17 00:00:00 2001 From: Pascal Coudurier Date: Sun, 20 Aug 2023 15:07:34 +0200 Subject: [PATCH] x86: add 6.1 testing kernel Enable building with 6.1 as testing kernel Compile-tested: x86_64, x86_generic, x86_legacy, x86_geode Run-tested: x86_64, x86_generic (qemu), x86_legacy (qemu) Signed-off-by: Pascal Coudurier --- target/linux/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 5368a779e5..2ca1b4ca46 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.15 +KERNEL_TESTING_PATCHVER:=6.1 KERNELNAME:=bzImage -- 2.30.2