From: Paul Spooren Date: Thu, 30 Sep 2021 05:15:42 +0000 (-1000) Subject: ath79: switch to Kernel 5.10 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=15aa53d7ee6537d64a32c0d5bd728582f71d5c99 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 [ath79/tl-wdr3600; ath79/tl-wdr4300] Tested-by: Aleksander Jan Bajkowski [ath79/tl-wdr4300] Signed-off-by: Paul Spooren Signed-off-by: David Bauer --- 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