diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-09 12:13:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-09 12:13:25 +0000 |
commit | d09e8adc85ecec168bc0e1eb926e7c160c9b906e (patch) | |
tree | db27cf9bfa42aaabc0f5f73a4b6dcd8f4c490765 /target/linux/lantiq/Makefile | |
parent | f4502d48f72913102ec18f3434c2ad9136fd43c5 (diff) | |
download | master-187ad058-d09e8adc85ecec168bc0e1eb926e7c160c9b906e.tar.gz master-187ad058-d09e8adc85ecec168bc0e1eb926e7c160c9b906e.tar.bz2 master-187ad058-d09e8adc85ecec168bc0e1eb926e7c160c9b906e.zip |
lantiq: add 3.18 support
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44348 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 99075dcbb1..67e3de6bdd 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.14 +KERNEL_PATCHVER:=3.18 CPU_TYPE:=mips32r2 |