summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren2023-02-22 18:59:58 +0000
committerPaul Spooren2023-04-07 22:47:12 +0000
commitc8934099bfe297639e6a537f52cb0a2849196e1f (patch)
tree711effdfac99dc032eb6f0a22dc1bc117a26563d
parent596059266a24c328fafb44292350553fdafe92e9 (diff)
downloadopenwrt-c8934099bfe297639e6a537f52cb0a2849196e1f.tar.gz
octeon: switch to Kernel 5.15 by default
Getting ready for the next release. Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--target/linux/octeon/Makefile3
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.