From: Pascal Coudurier Date: Sun, 20 Aug 2023 13:07:34 +0000 (+0200) Subject: x86: add 6.1 testing kernel X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5602665255ab330bab17ea8c77f4b09318dc7edf;p=openwrt%2Fstaging%2Fthess.git 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 --- 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