[openwrt/openwrt] layerscape: add kernel 5.10 as testing version

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 13 14:34:22 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7e35d86ca2d272a9ae484f08e75625c24ea80a37

commit 7e35d86ca2d272a9ae484f08e75625c24ea80a37
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed Nov 3 10:46:35 2021 +0100

    layerscape: add kernel 5.10 as testing version
    
    This patch adds "KERNEL_TESTING_PATCHVER:=5.10" to the Makefile in
    layerscape target to allow using Kernel 5.10 for testing.
    
    Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
 target/linux/layerscape/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile
index 71034224ab..8b8ca29317 100644
--- a/target/linux/layerscape/Makefile
+++ b/target/linux/layerscape/Makefile
@@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk
 BOARD:=layerscape
 BOARDNAME:=NXP Layerscape
 KERNEL_PATCHVER:=5.4
+KERNEL_TESTING_PATCHVER:=5.10
 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
 SUBTARGETS:=armv8_64b armv7
 



More information about the lede-commits mailing list