From fdd605581c4a7929892ecfe6d66311d3c126c0f3 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 8 Oct 2022 16:02:45 +0200 Subject: x86: switch to 5.15 as default kernel Set 5.15 as default kernel. Testing support was already added on 29.03.2021. Testing support was added in 9b3bc5d11978 ("x86: enable 5.15 as testing kernel"). [0] - https://github.com/torvalds/linux/commit/edd602146507532c1714d8428f654b87205f492e Tested-by: Mark Mentovai Tested-by: Stefan Lippers-Hollmann Tested-by: Thomas Huehn Signed-off-by: Nick Hainke --- target/linux/x86/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/x86/Makefile') diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 20539e5ed3..5368a779e5 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=x86 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 +KERNEL_PATCHVER:=5.15 KERNELNAME:=bzImage -- cgit v1.2.3