diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-19 10:52:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-19 10:52:47 +0000 |
commit | 76b4032fe0237903857545d04ac179b7de44b67d (patch) | |
tree | 61efc3445fe959cf2f9185fbb27d4f25cd518238 /target/linux/lantiq | |
parent | ea10c39f141bc5fe4a62dd7e0e542dd7f93cfa47 (diff) | |
download | upstream-76b4032fe0237903857545d04ac179b7de44b67d.tar.gz upstream-76b4032fe0237903857545d04ac179b7de44b67d.tar.bz2 upstream-76b4032fe0237903857545d04ac179b7de44b67d.zip |
lantiq: set 3.14 as default
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42618 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |