diff options
| author | Robert Marko | 2024-03-05 09:54:11 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-17 16:28:44 +0000 |
| commit | e0638cfe70c8e4ef85a3a0c3fea6fb39fd370469 (patch) | |
| tree | f3d18023851d80de936ef55f643f09ba50974805 | |
| parent | d314b239eff90cfb67cce8eba820a5caf29da8e5 (diff) | |
| download | openwrt-e0638cfe70c8e4ef85a3a0c3fea6fb39fd370469.tar.gz | |
archs38: add 6.1 as testing kernel
Allow selecting 6.1 as testing kernel on archs38.
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 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 |