diff options
author | Tim Harvey <tharvey@gateworks.com> | 2020-04-01 10:24:12 -0700 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-03 12:17:45 +0200 |
commit | 4298339b238ae9be0692e800042cc25a61f87fad (patch) | |
tree | 39e4f03ad86ea0ca5487f925f807655cb03c37ed /target | |
parent | 07449f692ce4c4525e946401f4c3ed0cbbc8c4df (diff) | |
download | upstream-4298339b238ae9be0692e800042cc25a61f87fad.tar.gz upstream-4298339b238ae9be0692e800042cc25a61f87fad.tar.bz2 upstream-4298339b238ae9be0692e800042cc25a61f87fad.zip |
octeontx: switch to kernel 5.4
5.4 is stable on Gateworks Newport GW610x/GW620x/GW630x/GW640x
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/octeontx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile index 19a264d986..67addbd424 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -11,8 +11,7 @@ BOARD:=octeontx BOARDNAME:=Octeon-TX FEATURES:=targz pcie gpio rtc usb fpu -KERNEL_PATCHVER:=4.14 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 define Target/Description Build images for Octeon-TX CN80XX/CN81XX based boards |