diff options
author | Tim Harvey <tharvey@gateworks.com> | 2020-02-26 12:40:11 -0800 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-03-09 11:13:02 +0100 |
commit | bcb4ac25396b491a5ffab068f488ad4758ce85ae (patch) | |
tree | 410bbb757e43aa0cf5d4c9db64ea1247cf16aeb6 /target/linux/octeontx/Makefile | |
parent | 04a87fedda522895766d7de6f3aeb03c6b3dc3b4 (diff) | |
download | upstream-bcb4ac25396b491a5ffab068f488ad4758ce85ae.tar.gz upstream-bcb4ac25396b491a5ffab068f488ad4758ce85ae.tar.bz2 upstream-bcb4ac25396b491a5ffab068f488ad4758ce85ae.zip |
octeontx: add support for Linux 5.4
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
[add KERNEL_TESTING_PATCHVER]
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 e7f6b2d3c4..b6fa4c2ea3 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -14,6 +14,7 @@ FEATURES:=targz pcie gpio rtc usb fpu MAINTAINER:=Tim Harvey <tharvey@gateworks.com> KERNEL_PATCHVER:=4.14 +KERNEL_TESTING_PATCHVER:=5.4 define Target/Description Build images for Octeon-TX CN80XX/CN81XX based boards |