diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2017-02-08 09:44:13 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-10 11:05:57 +0100 |
commit | 2c416b1db09af5d401653c6479a53430fdc81f21 (patch) | |
tree | c055b9e59dde4e6f200d713ea69d641bcfe16f9e /target/linux/cns3xxx/Makefile | |
parent | 1db4135e32e03c0131301ed46d906a2bf8f08c9b (diff) | |
download | upstream-2c416b1db09af5d401653c6479a53430fdc81f21.tar.gz upstream-2c416b1db09af5d401653c6479a53430fdc81f21.tar.bz2 upstream-2c416b1db09af5d401653c6479a53430fdc81f21.zip |
cns3xxx: switch to linux 4.9
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx/Makefile')
-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 c8d62519ce..817bb317ef 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.4 +KERNEL_PATCHVER:=4.9 define Target/Description Build images for Cavium Networks Econa CNS3xxx based boards, |