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 | def467318ab4261ef41cf3634db15391e5e38fda (patch) | |
tree | d754d47427f09a64505fb311819dcd7868339eb6 | |
parent | 14714ca5bb6532985be1b3b82228519498f8c166 (diff) | |
download | upstream-def467318ab4261ef41cf3634db15391e5e38fda.tar.gz upstream-def467318ab4261ef41cf3634db15391e5e38fda.tar.bz2 upstream-def467318ab4261ef41cf3634db15391e5e38fda.zip |
kirkwood: switch to 3.18
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44609 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |