From 73f99b6849f3d0c40b1da6a5b35b69578b72d7d1 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Fri, 1 Mar 2024 09:01:45 +0100 Subject: [PATCH] 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 --- 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 -- 2.30.2