aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2021-09-29 19:15:42 -1000
committerDavid Bauer <mail@david-bauer.net>2021-12-21 21:38:52 +0100
commit15aa53d7ee6537d64a32c0d5bd728582f71d5c99 (patch)
tree3fc2baa3896e49d62588ac0283a338976eb99766
parent3fda16078b9979be836df0d156ca0dc0a0778f91 (diff)
downloadupstream-15aa53d7ee6537d64a32c0d5bd728582f71d5c99.tar.gz
upstream-15aa53d7ee6537d64a32c0d5bd728582f71d5c99.tar.bz2
upstream-15aa53d7ee6537d64a32c0d5bd728582f71d5c99.zip
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@gmx.de> [ath79/tl-wdr3600; ath79/tl-wdr4300] Tested-by: Aleksander Jan Bajkowski <olek2@wp.pl> [ath79/tl-wdr4300] Signed-off-by: Paul Spooren <mail@aparcar.org> Signed-off-by: David Bauer <mail@david-bauer.net>
-rw-r--r--target/linux/ath79/Makefile3
1 files changed, 1 insertions, 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