diff options
author | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:55:29 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-08-08 13:55:29 +0000 |
commit | d12f820ed21802e8b1eee66ab2fe4501a76c7fce (patch) | |
tree | f88f0cda9dcda281e758eeb2bfba6f37decdc5e7 /target/linux/kirkwood/Makefile | |
parent | 1e00993cd8087ca0d27232be91fd470cd958083e (diff) | |
download | upstream-d12f820ed21802e8b1eee66ab2fe4501a76c7fce.tar.gz upstream-d12f820ed21802e8b1eee66ab2fe4501a76c7fce.tar.bz2 upstream-d12f820ed21802e8b1eee66ab2fe4501a76c7fce.zip |
kirkwood: switch to 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42076 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 65c6e5ee28..911c5bbbfe 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2013 OpenWrt.org +# Copyright (C) 2009-2014 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:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.16 include $(INCLUDE_DIR)/target.mk |