[openwrt/openwrt] archs38: default to kernel 6.1
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 29 01:58:48 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/00c26f472811f6fc722f202a9fb1a23edb66efcd
commit 00c26f472811f6fc722f202a9fb1a23edb66efcd
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Thu Mar 28 13:24:36 2024 +0100
archs38: default to kernel 6.1
Default to kernel 6.1 on archs38.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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 5d69da9a4b..e352c58957 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:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
DEVICE_TYPE:=basic
More information about the lede-commits
mailing list