[openwrt/openwrt] layerscape: switch kernel to 6.1 version

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 1 09:29:20 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/73f99b6849f3d0c40b1da6a5b35b69578b72d7d1

commit 73f99b6849f3d0c40b1da6a5b35b69578b72d7d1
Author: Pawel Dembicki <paweldembicki at gmail.com>
AuthorDate: Fri Mar 1 09:01:45 2024 +0100

    layerscape: switch kernel to 6.1 version
    
    It was testing since couple months. Lets switch it to 6.1 by default for
    wide testing.
    
    Signed-off-by: Pawel Dembicki <paweldembicki at gmail.com>
---
 target/linux/layerscape/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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