[openwrt/openwrt] ath79: switch to Kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Tue Dec 21 12:38:57 PST 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/15aa53d7ee6537d64a32c0d5bd728582f71d5c99

commit 15aa53d7ee6537d64a32c0d5bd728582f71d5c99
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Sep 29 19:15:42 2021 -1000

    ath79: switch to Kernel 5.10
    
    Kernel 5.10 is used by many people since quite a while. With other
    targets already moved to 5.10, let ath79 follow suit.
    
    Tested-by: Stefan Lippers-Hollmann <s.l-h at gmx.de> [ath79/tl-wdr3600; ath79/tl-wdr4300]
    Tested-by: Aleksander Jan Bajkowski <olek2 at wp.pl> [ath79/tl-wdr4300]
    Signed-off-by: Paul Spooren <mail at aparcar.org>
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/ath79/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
index 4063867ce3..dd57d9fed9 100644
--- a/target/linux/ath79/Makefile
+++ b/target/linux/ath79/Makefile
@@ -8,8 +8,7 @@ SUBTARGETS:=generic mikrotik nand tiny
 
 FEATURES:=ramdisk squashfs usbgadget
 
-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