diff options
author | Pascal Coudurier <coudu@gmx.com> | 2023-08-20 15:07:34 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-09-19 11:38:38 +0200 |
commit | 5602665255ab330bab17ea8c77f4b09318dc7edf (patch) | |
tree | fc61134576479027470c8c69649ba170bda4b82c /target/linux/x86 | |
parent | dc471652fe9e5cc248a10aa837908bc87a0cfe74 (diff) |
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 <coudu@gmx.com>
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |