diff options
author | John Crispin <john@openwrt.org> | 2015-10-05 10:28:26 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-05 10:28:26 +0000 |
commit | 2795592d913ba8ba57ba537d40714407ea463426 (patch) | |
tree | d86c62283e183638e2c55d547cfc57a649107ef1 /target/linux | |
parent | 161179f40bd7899516518f3844fea28c6dd86efc (diff) | |
download | upstream-2795592d913ba8ba57ba537d40714407ea463426.tar.gz upstream-2795592d913ba8ba57ba537d40714407ea463426.tar.bz2 upstream-2795592d913ba8ba57ba537d40714407ea463426.zip |
lantiq: make v4.1 the default kernel
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47131
Diffstat (limited to 'target/linux')
-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 67e3de6bdd..d19be828ab 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> -KERNEL_PATCHVER:=3.18 +KERNEL_PATCHVER:=4.1 CPU_TYPE:=mips32r2 |