diff options
author | John Crispin <john@openwrt.org> | 2014-09-19 10:52:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-19 10:52:47 +0000 |
commit | d731d14362246fb035713f8775a312bd77f9b92c (patch) | |
tree | f87c668cae2c0cfd1c0a4406ffc676e6aeecc5ec /target/linux/lantiq | |
parent | 4ef1237545f34bfa066e2007286bbcb4a999d7e7 (diff) | |
download | upstream-d731d14362246fb035713f8775a312bd77f9b92c.tar.gz upstream-d731d14362246fb035713f8775a312bd77f9b92c.tar.bz2 upstream-d731d14362246fb035713f8775a312bd77f9b92c.zip |
lantiq: set 3.14 as default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42618
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 5dcefc5d32..f5ba6bf4f4 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -12,7 +12,7 @@ FEATURES:=squashfs SUBTARGETS=xway xrx200 MAINTAINER:=John Crispin <blogic@openwrt.org> -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.18 CPU_TYPE:=mips32r2 |