diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-05 10:28:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-05 10:28:26 +0000 |
commit | 6b0e22cadc4bd976452fc8b019d30e93e8437686 (patch) | |
tree | bace58792b4ed1384ff6f58735f41313dfaf5c78 /target/linux/lantiq/Makefile | |
parent | c04a95c686a489fc5a8182707f7adb5f88635b76 (diff) | |
download | master-187ad058-6b0e22cadc4bd976452fc8b019d30e93e8437686.tar.gz master-187ad058-6b0e22cadc4bd976452fc8b019d30e93e8437686.tar.bz2 master-187ad058-6b0e22cadc4bd976452fc8b019d30e93e8437686.zip |
lantiq: make v4.1 the default kernel
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/Makefile')
-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 |