diff options
author | Tim Harvey <tharvey@gateworks.com> | 2023-02-21 12:35:05 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-02-26 18:15:33 +0100 |
commit | 107f7374c9ef3e3ea6d589b187671cd3e138e63c (patch) | |
tree | 45dd55b107df0c1ff24a089f466048988f1e824c /target/linux/octeontx/Makefile | |
parent | 5c04c3943e748fb497c12fdf9809f0da437a2ae4 (diff) | |
download | upstream-107f7374c9ef3e3ea6d589b187671cd3e138e63c.tar.gz upstream-107f7374c9ef3e3ea6d589b187671cd3e138e63c.tar.bz2 upstream-107f7374c9ef3e3ea6d589b187671cd3e138e63c.zip |
octeontx: switch to Kernel 5.15
Switch over from testing version.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
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 50c5cd6d21..5260291d05 100644 --- a/target/linux/octeontx/Makefile +++ b/target/linux/octeontx/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Octeon-TX FEATURES:=squashfs ramdisk targz pcie gpio rtc usb fpu SUBTARGETS:=generic -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build images for Octeon-TX CN80XX/CN81XX based boards |