aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-28 18:46:47 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-03 20:34:14 +0200
commit5fcb0723a3199a296bb0ee7a3eec28d27cd37bd4 (patch)
treea235a7d1c649965d3004514b27b9b9fe6e987414 /target/linux
parent8421ea7de1d8549198dcaa6f9ec345cd92d2dcbb (diff)
downloadupstream-5fcb0723a3199a296bb0ee7a3eec28d27cd37bd4.tar.gz
upstream-5fcb0723a3199a296bb0ee7a3eec28d27cd37bd4.tar.bz2
upstream-5fcb0723a3199a296bb0ee7a3eec28d27cd37bd4.zip
mvebu: switch to kernel 5.4
Last reports with kernel 5.4 have all been positive [1], so let's open this to a wider range of testers. [1] https://github.com/openwrt/openwrt/pull/2804 Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/mvebu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index b954a88f6d..b9a6a79fe5 100644
--- a/target/linux/mvebu/Makefile
+++ b/target/linux/mvebu/Makefile
@@ -11,7 +11,7 @@ BOARDNAME:=Marvell EBU Armada
FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
SUBTARGETS:=cortexa9 cortexa53 cortexa72
-KERNEL_PATCHVER:=4.19
+KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.4
include $(INCLUDE_DIR)/target.mk