[openwrt/openwrt] archs38: enable 6.6 testing kernel

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 28 05:33:24 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/5e41b285119c1f8f534ab331728fef9679c42acb

commit 5e41b285119c1f8f534ab331728fef9679c42acb
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Thu Jul 25 20:54:55 2024 +0200

    archs38: enable 6.6 testing kernel
    
    The archs38 now supports 6.6 kernel as testing.
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.com>
    Link: https://github.com/openwrt/openwrt/pull/16004
    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 e352c58957..7de2684eb7 100644
--- a/target/linux/archs38/Makefile
+++ b/target/linux/archs38/Makefile
@@ -12,6 +12,7 @@ FEATURES:=source-only
 SUBTARGETS:=generic
 
 KERNEL_PATCHVER:=6.1
+KERNEL_TESTING_PATCHVER:=6.6
 
 DEVICE_TYPE:=basic
 




More information about the lede-commits mailing list