diff options
author | Nick Hainke <vincent@systemli.org> | 2023-01-05 21:31:51 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-13 21:55:58 +0100 |
commit | feeec1e14fa24a402e2351783bf5f69506da7f3b (patch) | |
tree | a76157b3d85f1eedf989b879aa7035f3787a74c8 /target/linux/archs38/Makefile | |
parent | f43dc6fd748b1fd49121815c370690e640138986 (diff) | |
download | upstream-feeec1e14fa24a402e2351783bf5f69506da7f3b.tar.gz upstream-feeec1e14fa24a402e2351783bf5f69506da7f3b.tar.bz2 upstream-feeec1e14fa24a402e2351783bf5f69506da7f3b.zip |
archs38: enable 5.15 testing kernel
Add 5.15 as testing kernel.
Tested-by: Evgeniy Didin <didin@synopsys.com>
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux/archs38/Makefile')
-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 e08f779170..dba4b1dd09 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -11,6 +11,7 @@ BOARDNAME:=Synopsys DesignWare ARC HS38 SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 DEVICE_TYPE:=basic |