From c5a5c44d0c1bcbca4c42cd83793e9f2a825a4b2a Mon Sep 17 00:00:00 2001 From: Mieczyslaw Nalewaj Date: Sun, 28 Jul 2024 14:49:44 +0200 Subject: [PATCH] archs38: use kernel 6.6 by default Switch to Linux kernel version 6.6. Signed-off-by: Mieczyslaw Nalewaj Link: https://github.com/openwrt/openwrt/pull/16021 Signed-off-by: Robert Marko --- target/linux/archs38/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index 7de2684eb7..0b3feb9889 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -11,8 +11,7 @@ BOARDNAME:=Synopsys DesignWare ARC HS38 FEATURES:=source-only SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 DEVICE_TYPE:=basic -- 2.30.2