From 8438ad26d985ef8d892d6ba33930470ed57080a1 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Mon, 2 Mar 2020 21:53:09 +0100 Subject: [PATCH] kirkwood: switch kernel version to 5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Tested-by: Alberto Bursi [pogoplug v4 and nsa310b] Signed-off-by: Pawel Dembicki [fixed the switch, removed maintainer variable] Signed-off-by: Petr Å tetiar --- target/linux/kirkwood/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 -KERNEL_PATCHVER:=4.14 -KERNEL_TESTING_PATCHVER := 4.19 +KERNEL_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk -- 2.30.2