diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-01-11 16:04:40 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-01-17 11:07:17 +0100 |
commit | d3afd2a400344789cba90b8e1063949f500862a9 (patch) | |
tree | d19b10799a200fe2c606c172d1ce7b1b130431dd /target/linux | |
parent | 9e7d53c3fed13d9e2da5f11c4c888efa3cd85312 (diff) | |
download | upstream-d3afd2a400344789cba90b8e1063949f500862a9.tar.gz upstream-d3afd2a400344789cba90b8e1063949f500862a9.tar.bz2 upstream-d3afd2a400344789cba90b8e1063949f500862a9.zip |
cns3xxx: switch to kernel 4.14
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 817bb317ef..93b8d7da4d 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp MAINTAINER:=Felix Fietkau <nbd@nbd.name> -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 define Target/Description Build images for Cavium Networks Econa CNS3xxx based boards, |