diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2018-02-08 19:04:38 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2018-02-08 19:04:38 +0100 |
commit | 9a08c104e2f2418f580f4ef218d890ea768f7a23 (patch) | |
tree | f5e8a1b194bec2e4e7218dd95545e68a70d96aaf /target/linux/octeon | |
parent | 3072908d0d946e38928e477fc6c32b952c7afc22 (diff) | |
download | upstream-9a08c104e2f2418f580f4ef218d890ea768f7a23.tar.gz upstream-9a08c104e2f2418f580f4ef218d890ea768f7a23.tar.bz2 upstream-9a08c104e2f2418f580f4ef218d890ea768f7a23.zip |
octeon: switch to kernel 4.14
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 254f22119f..bbf1296c21 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ramdisk pci usb CPU_TYPE:=octeon MAINTAINER:=John Crispin <john@phrozen.org> -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 define Target/Description Build firmware images for Cavium Networks Octeon-based boards. |