[openwrt/openwrt] archs38: add 6.1 as testing kernel
LEDE Commits
lede-commits at lists.infradead.org
Sun Mar 17 09:28:50 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e0638cfe70c8e4ef85a3a0c3fea6fb39fd370469
commit e0638cfe70c8e4ef85a3a0c3fea6fb39fd370469
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Tue Mar 5 10:54:11 2024 +0100
archs38: add 6.1 as testing kernel
Allow selecting 6.1 as testing kernel on archs38.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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
More information about the lede-commits
mailing list