[openwrt/openwrt] layerscape: switch to Kernel 5.15 by default

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 17 04:20:58 PDT 2023


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/513d15cb799eade5ad85a44fae03862a56790a8b

commit 513d15cb799eade5ad85a44fae03862a56790a8b
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Feb 22 19:57:45 2023 +0100

    layerscape: switch to Kernel 5.15 by default
    
    Getting ready for the next release.
    
    Tested-by: Pawel Dembicki <paweldembicki at gmail.com>
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/layerscape/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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