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/Makefile | |
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/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index b1771dfd8e..5e3ffb8b3c 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -12,6 +12,7 @@ FEATURES:=squashfs ramdisk SUBTARGETS:=p1010 p1020 p2020 KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 KERNELNAME:=zImage |