diff options
author | Nick Hainke <vincent@systemli.org> | 2022-10-03 17:00:19 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-01-03 20:56:01 +0100 |
commit | b069d4ac6db7634b281e0a86e88a9edfaadac528 (patch) | |
tree | 79c5e4e4c5529c52bb998ca2803acb9b395bf3d4 /target/linux/octeontx/Makefile | |
parent | c6edf3bf8c26a71d7230ef2d71dc5aad7aaaa4f9 (diff) | |
download | upstream-b069d4ac6db7634b281e0a86e88a9edfaadac528.tar.gz upstream-b069d4ac6db7634b281e0a86e88a9edfaadac528.tar.bz2 upstream-b069d4ac6db7634b281e0a86e88a9edfaadac528.zip |
octeontx: add 5.15 testing kernel
Add 5.15 as testing.
Refreshed:
- 0004-PCI-add-quirk-for-Gateworks-PLX-PEX860x-switch-with-.patch
Acked-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux/octeontx/Makefile')
-rw-r--r-- | target/linux/octeontx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index 68a8259b76..9b29e56758 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -11,6 +11,7 @@ FEATURES:=targz pcie gpio rtc usb fpu SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.15 define Target/Description Build images for Octeon-TX CN80XX/CN81XX based boards |