diff options
| author | Mieczyslaw Nalewaj | 2024-07-25 18:54:55 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-07-28 12:33:16 +0000 |
| commit | 5e41b285119c1f8f534ab331728fef9679c42acb (patch) | |
| tree | cb7adba9c1d40cceb81cb03d2ae29abae7c9a6d1 | |
| parent | c268dc3ad3c9c40a97cfe41e4921ed3d5c422f57 (diff) | |
| download | openwrt-5e41b285119c1f8f534ab331728fef9679c42acb.tar.gz | |
archs38: enable 6.6 testing kernel
The archs38 now supports 6.6 kernel as testing.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16004
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/archs38/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |