diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-03-28 10:23:37 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-03-29 12:02:50 +0200 |
commit | 9b3bc5d119782f7e1316bf7bbe3ba7382f5e230b (patch) | |
tree | 705dd72c2f14c8f99f66801035f76c8a83419fc9 /target/linux/x86 | |
parent | 7ef75445c5745984fd27cfca6631599cfda77e6e (diff) | |
download | upstream-9b3bc5d119782f7e1316bf7bbe3ba7382f5e230b.tar.gz upstream-9b3bc5d119782f7e1316bf7bbe3ba7382f5e230b.tar.bz2 upstream-9b3bc5d119782f7e1316bf7bbe3ba7382f5e230b.zip |
x86: enable 5.15 as testing kernel
So anyone interested can help with new kernel version integration and
testing.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
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 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 |