diff options
author | John Crispin <john@openwrt.org> | 2015-02-11 10:21:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-11 10:21:02 +0000 |
commit | e7d8a82a5c0c2f2b8b728f7206433b6b8597ac89 (patch) | |
tree | 45944e51eb8f6b57ddac0976e499654e5b0bf614 | |
parent | 408c9696264f8e25e4e4f6410e93d2edd06e59dd (diff) | |
download | upstream-e7d8a82a5c0c2f2b8b728f7206433b6b8597ac89.tar.gz upstream-e7d8a82a5c0c2f2b8b728f7206433b6b8597ac89.tar.bz2 upstream-e7d8a82a5c0c2f2b8b728f7206433b6b8597ac89.zip |
cns3xxx: set v3.18 as default
tested on a nor and a spi laguna
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44393
-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 |