diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2021-02-24 14:30:54 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-01 00:34:23 +0100 |
commit | 1d3b1171aeedcf13497e24c6c22a580670d088f8 (patch) | |
tree | 368c0ff1b827a1244dad6acffcd9f59febd247d2 /target/linux/mpc85xx/p1010 | |
parent | 76649fd06d454f1b93f2ee74951ef91225155a8c (diff) | |
download | upstream-1d3b1171aeedcf13497e24c6c22a580670d088f8.tar.gz upstream-1d3b1171aeedcf13497e24c6c22a580670d088f8.tar.bz2 upstream-1d3b1171aeedcf13497e24c6c22a580670d088f8.zip |
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>
Diffstat (limited to 'target/linux/mpc85xx/p1010')
-rw-r--r-- | target/linux/mpc85xx/p1010/target.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/p1010/target.mk b/target/linux/mpc85xx/p1010/target.mk index 1140a325b6..12ed78ace1 100644 --- a/target/linux/mpc85xx/p1010/target.mk +++ b/target/linux/mpc85xx/p1010/target.mk @@ -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 |