aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Dembicki <paweldembicki@gmail.com>2020-03-02 21:53:09 +0100
committerPetr Štetiar <ynezz@true.cz>2020-03-03 23:38:23 +0100
commit8438ad26d985ef8d892d6ba33930470ed57080a1 (patch)
treeb09db3d2df4f490cd64cf983ffb45c73e59cf5d3
parent61b40187633dad298c3d073894037de02e2d7204 (diff)
downloadupstream-8438ad26d985ef8d892d6ba33930470ed57080a1.tar.gz
upstream-8438ad26d985ef8d892d6ba33930470ed57080a1.tar.bz2
upstream-8438ad26d985ef8d892d6ba33930470ed57080a1.zip
kirkwood: switch kernel version to 5.4
5.4 support is ready and tested. Compile tested: all target devices Run tested: pogoplug v4, nsa310b and two unofficial supported devices Tested-by: Sungbo Eo <mans0n@gorani.run> Tested-by: Alberto Bursi <alberto.bursi@outlook.it> [pogoplug v4 and nsa310b] Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> [fixed the switch, removed maintainer variable] Signed-off-by: Petr Štetiar <ynezz@true.cz>
-rw-r--r--target/linux/kirkwood/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile
index adc7a496e1..c5ed939d76 100644
--- a/target/linux/kirkwood/Makefile
+++ b/target/linux/kirkwood/Makefile
@@ -11,10 +11,8 @@ BOARD:=kirkwood
BOARDNAME:=Marvell Kirkwood
FEATURES:=usb nand squashfs ramdisk
CPU_TYPE:=xscale
-MAINTAINER:=Luka Perkov <luka@openwrt.org>
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=5.4
include $(INCLUDE_DIR)/target.mk