From 633341c1a531a52827ae0885154c488ca37b35e3 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Wed, 31 Jul 2024 09:16:49 +0200 Subject: [PATCH] layerscape: switch to 6.6 kernel Let's start wide tests 6.6 kernel. Signed-off-by: Pawel Dembicki Link: https://github.com/openwrt/openwrt/pull/16037 Signed-off-by: Robert Marko --- 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 30b9fb8f73..e0bc544f43 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:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part SUBTARGETS:=armv8_64b armv7 -- 2.30.2