[openwrt/openwrt] mpc85xx: add testing kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Sun Feb 28 18:34:59 EST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1d3b1171aeedcf13497e24c6c22a580670d088f8

commit 1d3b1171aeedcf13497e24c6c22a580670d088f8
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Wed Feb 24 14:30:54 2021 +0100

    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 at gmail.com>
---
 target/linux/mpc85xx/Makefile        | 1 +
 target/linux/mpc85xx/p1010/target.mk | 2 --
 target/linux/mpc85xx/p1020/target.mk | 2 --
 3 files changed, 1 insertion(+), 4 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
 
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
diff --git a/target/linux/mpc85xx/p1020/target.mk b/target/linux/mpc85xx/p1020/target.mk
index 2c7f3b42f2..a25409eebb 100644
--- a/target/linux/mpc85xx/p1020/target.mk
+++ b/target/linux/mpc85xx/p1020/target.mk
@@ -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



More information about the lede-commits mailing list