diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-11 10:21:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-11 10:21:02 +0000 |
commit | 41a381c7bf2fe44b79361892398e6f6a8e1f8277 (patch) | |
tree | c9dc703bb967d2dffa52d1355016b8049c8892c2 /target/linux | |
parent | c291f76d24a4190551a42b7b77a2cfeb3f4d36f9 (diff) | |
download | upstream-41a381c7bf2fe44b79361892398e6f6a8e1f8277.tar.gz upstream-41a381c7bf2fe44b79361892398e6f6a8e1f8277.tar.bz2 upstream-41a381c7bf2fe44b79361892398e6f6a8e1f8277.zip |
cns3xxx: set v3.18 as default
tested on a nor and a spi laguna
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44393 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index cce1b94217..0b4432a382 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp MAINTAINER:=Felix Fietkau <nbd@openwrt.org> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |