diff options
author | Luka Perkov <luka@openwrt.org> | 2015-03-05 23:43:24 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-03-05 23:43:24 +0000 |
commit | 37cef988442f73e75387b9c94df22a6cae93d82b (patch) | |
tree | 23a53ec3bbb0f097ee9c0212ea42073ca4bac070 /target/linux/kirkwood/Makefile | |
parent | 84c0248e5a1b2852611ecc1224448de00c1109e5 (diff) | |
download | upstream-37cef988442f73e75387b9c94df22a6cae93d82b.tar.gz upstream-37cef988442f73e75387b9c94df22a6cae93d82b.tar.bz2 upstream-37cef988442f73e75387b9c94df22a6cae93d82b.zip |
kirkwood: switch to 3.18
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44609
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r-- | target/linux/kirkwood/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 6fa42bfbbf..3f40d912ef 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2014 OpenWrt.org +# Copyright (C) 2009-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,7 +13,7 @@ FEATURES:=targz usb jffs2_nand nand ubifs CPU_TYPE:=xscale MAINTAINER:=Luka Perkov <luka@openwrt.org> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |