[openwrt/openwrt] layerscape: switch to 5.10 Kernel

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 19 00:44:27 PST 2022


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/522e414dcbe478fa150a49b743e15999026bf774

commit 522e414dcbe478fa150a49b743e15999026bf774
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Dec 29 14:13:13 2021 +0100

    layerscape: switch to 5.10 Kernel
    
    Tested by multiple users and since all targets need to be on Kernel 5.10
    to be part of the next release, add changes.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/layerscape/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/layerscape/Makefile b/target/linux/layerscape/Makefile
index 8b8ca29317..5bdbb5bfcd 100644
--- a/target/linux/layerscape/Makefile
+++ b/target/linux/layerscape/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 
 BOARD:=layerscape
 BOARDNAME:=NXP Layerscape
-KERNEL_PATCHVER:=5.4
+KERNEL_PATCHVER:=5.10
 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