From 5e41b285119c1f8f534ab331728fef9679c42acb Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Thu, 25 Jul 2024 20:54:55 +0200 Subject: [PATCH] archs38: enable 6.6 testing kernel The archs38 now supports 6.6 kernel as testing. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/16004 Signed-off-by: Robert Marko --- target/linux/archs38/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index e352c58957..7de2684eb7 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -12,6 +12,7 @@ FEATURES:=source-only SUBTARGETS:=generic KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 DEVICE_TYPE:=basic -- 2.30.2