build: add a config option for enabling a testing version of the target kernel
[openwrt/staging/jow.git] / target / linux / octeon / Makefile
index 254f22119fbf37efcb0e660da9ac41b8358d779b..202ed39be7376e50e014784b12976c717d60cff3 100644 (file)
@@ -10,10 +10,11 @@ ARCH:=mips64
 BOARD:=octeon
 BOARDNAME:=Cavium Networks Octeon
 FEATURES:=squashfs ramdisk pci usb
-CPU_TYPE:=octeon
+CPU_TYPE:=octeonplus
 MAINTAINER:=John Crispin <john@phrozen.org>
 
-KERNEL_PATCHVER:=4.9
+KERNEL_PATCHVER:=4.14
+KERNEL_TESTING_PATCHVER := 4.19
 
 define Target/Description
        Build firmware images for Cavium Networks Octeon-based boards.