From e0638cfe70c8e4ef85a3a0c3fea6fb39fd370469 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Tue, 5 Mar 2024 10:54:11 +0100 Subject: [PATCH] archs38: add 6.1 as testing kernel Allow selecting 6.1 as testing kernel on archs38. 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 42b4edad8a..5d69da9a4b 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -12,6 +12,7 @@ FEATURES:=source-only SUBTARGETS:=generic KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 DEVICE_TYPE:=basic -- 2.30.2