Explorar o código

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 <[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]>
Pawel Dembicki %!s(int64=5) %!d(string=hai) anos
pai
achega
8438ad26d9
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      target/linux/kirkwood/Makefile

+ 1 - 3
target/linux/kirkwood/Makefile

@@ -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