Pārlūkot izejas kodu

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 5 gadi atpakaļ
vecāks
revīzija
8438ad26d9
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  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