[openwrt/openwrt] archs38: use kernel 6.6 by default
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 28 10:15:41 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c5a5c44d0c1bcbca4c42cd83793e9f2a825a4b2a
commit c5a5c44d0c1bcbca4c42cd83793e9f2a825a4b2a
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Sun Jul 28 14:49:44 2024 +0200
archs38: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16021
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 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
More information about the lede-commits
mailing list