From d1f240f03750a055f5c2d5594e3399dcae16add5 Mon Sep 17 00:00:00 2001 From: Andrew LaMarche Date: Tue, 21 Apr 2026 13:55:41 +0000 Subject: [PATCH] octeon: enable 6.18 testing kernel Enable the 6.18 testing kernel for Octeon. Signed-off-by: Andrew LaMarche Link: https://github.com/openwrt/openwrt/pull/23031 Signed-off-by: Nick Hainke --- target/linux/octeon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index f31badfbb6..6766f743d0 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -11,6 +11,7 @@ FEATURES:=squashfs ramdisk pci usb CPU_TYPE:=octeonplus KERNEL_PATCHVER:=6.12 +KERNEL_TESTING_PATCHVER:=6.18 define Target/Description Build firmware images for Cavium Networks Octeon-based boards.