From fd9249dacbe3cea152feb55645ecd92b40ef16f3 Mon Sep 17 00:00:00 2001 From: lean Date: Fri, 25 Feb 2022 18:16:18 +0800 Subject: [PATCH] x86: switch to kernel 5.15 --- target/linux/x86/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 739d9c462..d6b59b1ce 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,8 +10,8 @@ BOARDNAME:=x86 FEATURES:=squashfs vdi vmdk vhdx pcmcia fpu boot-part rootfs-part SUBTARGETS:=64 generic legacy geode -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=bzImage