diff options
author | Paul Spooren <mail@aparcar.org> | 2022-01-29 16:09:24 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-02-05 14:39:20 +0100 |
commit | 7a1ce08bdbd36a132fbd0d4114346fb5e4d3aa36 (patch) | |
tree | 050e594a02597dcbe089dc4d1f9d599e79e05ff5 /target/linux/octeontx/Makefile | |
parent | 8c78a13bfc1f34ea12076eb9864cd14bd7fe70e9 (diff) | |
download | upstream-7a1ce08bdbd36a132fbd0d4114346fb5e4d3aa36.tar.gz upstream-7a1ce08bdbd36a132fbd0d4114346fb5e4d3aa36.tar.bz2 upstream-7a1ce08bdbd36a132fbd0d4114346fb5e4d3aa36.zip |
octeontx: switch to 5.10 Kernel
Tested by multiple users and seems to work fine.
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Daniel Danzberger <daniel@dd-wrt.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/octeontx/Makefile')
-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 44bbc76a43..eb90529740 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -9,8 +9,7 @@ BOARD:=octeontx BOARDNAME:=Octeon-TX FEATURES:=targz pcie gpio rtc usb fpu -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 define Target/Description Build images for Octeon-TX CN80XX/CN81XX based boards |