mpc85xx: add testing kernel 5.10

Subtargets p1010 and p1020 have already added.

Compile and run tested on: P2020RDB

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
This commit is contained in:
Pawel Dembicki 2021-02-24 14:30:54 +01:00 committed by Hauke Mehrtens
parent 76649fd06d
commit 1d3b1171ae
3 changed files with 1 additions and 4 deletions

View File

@ -12,6 +12,7 @@ FEATURES:=squashfs ramdisk
SUBTARGETS:=p1010 p1020 p2020
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
KERNELNAME:=zImage

View File

@ -2,8 +2,6 @@ BOARDNAME:=P1010
FEATURES+=nand
KERNELNAME:=simpleImage.tl-wdr4900-v1
KERNEL_TESTING_PATCHVER:=5.10
define Target/Description
Build firmware images for P1010 based boards.
endef

View File

@ -1,8 +1,6 @@
BOARDNAME:=P1020
FEATURES+=nand
KERNEL_TESTING_PATCHVER:=5.10
define Target/Description
Build firmware images for Freescale P1020 based boards.
endef