diff options
author | Paul Spooren <mail@aparcar.org> | 2023-02-22 19:59:58 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2023-04-08 00:47:12 +0200 |
commit | c8934099bfe297639e6a537f52cb0a2849196e1f (patch) | |
tree | 711effdfac99dc032eb6f0a22dc1bc117a26563d /target/linux/octeon/Makefile | |
parent | 596059266a24c328fafb44292350553fdafe92e9 (diff) | |
download | upstream-c8934099bfe297639e6a537f52cb0a2849196e1f.tar.gz upstream-c8934099bfe297639e6a537f52cb0a2849196e1f.tar.bz2 upstream-c8934099bfe297639e6a537f52cb0a2849196e1f.zip |
octeon: switch to Kernel 5.15 by default
Getting ready for the next release.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/octeon/Makefile')
-rw-r--r-- | target/linux/octeon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index beb3e5436a..4b5c4c07c1 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Cavium Networks Octeon FEATURES:=squashfs ramdisk pci usb CPU_TYPE:=octeonplus -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for Cavium Networks Octeon-based boards. |