[openwrt/openwrt] malta: switch to Kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 1 13:39:40 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/05b20d9a6046d4736522bbc881644a31f0685470

commit 05b20d9a6046d4736522bbc881644a31f0685470
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Sep 29 19:19:51 2021 -1000

    malta: switch to Kernel 5.10
    
    Malta is a development and testing platform and should therefore use the
    latest OpenWrt Kernel by default.
    
    Acked-by: Rosen Penev <rosenp at gmail.com>
    Acked-by: Yousong Zhou <yszhou4tech at gmail.com>
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/malta/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index 6915fb357b..ab443fda09 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -10,8 +10,7 @@ SUBTARGETS:=le be le64 be64
 INITRAMFS_EXTRA_FILES:=
 FEATURES:=cpiogz ext4 ramdisk squashfs targz
 
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
 
 include $(INCLUDE_DIR)/target.mk
 



More information about the lede-commits mailing list