[openwrt/openwrt] ath79: switch to kernel 5.4
LEDE Commits
lede-commits at lists.infradead.org
Tue Jul 7 04:33:56 EDT 2020
blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d8ab3216e688e3f810bf2d3109ad85a805582076
commit d8ab3216e688e3f810bf2d3109ad85a805582076
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Thu Apr 2 21:53:59 2020 +0200
ath79: switch to kernel 5.4
As the reported major bugs are ironed out, switch to the new kernel to
begin testing with a broader audience.
Signed-off-by: David Bauer <mail at david-bauer.net>
Acked-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ath79/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
index 9b203cf48e..a955602ba9 100644
--- a/target/linux/ath79/Makefile
+++ b/target/linux/ath79/Makefile
@@ -8,7 +8,7 @@ SUBTARGETS:=generic mikrotik nand tiny
FEATURES:=ramdisk
-KERNEL_PATCHVER:=4.19
+KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.4
include $(INCLUDE_DIR)/target.mk
More information about the lede-commits
mailing list