[openwrt/openwrt] x86: switch to kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 8 16:30:46 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/64be0eadc17988f29d0a4b89569840d917746498

commit 64be0eadc17988f29d0a4b89569840d917746498
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue Sep 7 11:39:08 2021 -1000

    x86: switch to kernel 5.10
    
    Seems to be working fine in QEMU and the wild.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
    Acked-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/x86/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile
index 0ab322d8bc..fbad527e0a 100644
--- a/target/linux/x86/Makefile
+++ b/target/linux/x86/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=x86
 FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu boot-part rootfs-part
 SUBTARGETS:=generic legacy geode 64
 
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
 
 KERNELNAME:=bzImage
 



More information about the lede-commits mailing list