diff options
author | David Bauer <mail@david-bauer.net> | 2020-04-02 21:53:59 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-07-07 10:33:17 +0200 |
commit | d8ab3216e688e3f810bf2d3109ad85a805582076 (patch) | |
tree | 7ee87fd2e95fecc68423246399dc43bb5cbc81db /target | |
parent | cf6f01c0e69a31afc6c5f384405ace51e03fe481 (diff) | |
download | upstream-d8ab3216e688e3f810bf2d3109ad85a805582076.tar.gz upstream-d8ab3216e688e3f810bf2d3109ad85a805582076.tar.bz2 upstream-d8ab3216e688e3f810bf2d3109ad85a805582076.zip |
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@david-bauer.net>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |