kirkwood: switch kernel version to 5.4
authorPawel Dembicki <[email protected]>
Mon, 2 Mar 2020 20:53:09 +0000 (21:53 +0100)
committerPetr Štetiar <[email protected]>
Tue, 3 Mar 2020 22:38:23 +0000 (23:38 +0100)
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 <[email protected]>
Tested-by: Alberto Bursi <[email protected]> [pogoplug v4 and nsa310b]
Signed-off-by: Pawel Dembicki <[email protected]>
[fixed the switch, removed maintainer variable]
Signed-off-by: Petr Štetiar <[email protected]>
target/linux/kirkwood/Makefile

index adc7a496e12f1c4fbb92c73602d61bf5d74d04f7..c5ed939d76edfd0c1bbd9d5c491c980f2bc470c4 100644 (file)
@@ -11,10 +11,8 @@ BOARD:=kirkwood
 BOARDNAME:=Marvell Kirkwood
 FEATURES:=usb nand squashfs ramdisk
 CPU_TYPE:=xscale
-MAINTAINER:=Luka Perkov <[email protected]>
 
-KERNEL_PATCHVER:=4.14
-KERNEL_TESTING_PATCHVER := 4.19
+KERNEL_PATCHVER:=5.4
 
 include $(INCLUDE_DIR)/target.mk