aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-01-17 10:58:22 +0000
committerSteven Barth <steven@midlink.org>2015-01-17 10:58:22 +0000
commitd3125395826d62b4863c588acb3f484cb8f5a4ed (patch)
tree174479135b7e27b62dad6177ed663da694e36f85 /package/network/utils/iproute2/Makefile
parente5244ce2303f6ef91cdcafea6740875e5dc7ab57 (diff)
downloadupstream-d3125395826d62b4863c588acb3f484cb8f5a4ed.tar.gz
upstream-d3125395826d62b4863c588acb3f484cb8f5a4ed.tar.bz2
upstream-d3125395826d62b4863c588acb3f484cb8f5a4ed.zip
iproute2: bump version to 3.18.0
Signed-off-by: Russell Senior <russell@personaltelco.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43991 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r--package/network/utils/iproute2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 9aea05e80d..a49b0616ea 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2014 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
-PKG_VERSION:=3.17.0
+PKG_VERSION:=3.18.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/
-PKG_MD5SUM:=b741a02c6dda5818d18011d572874493
+PKG_MD5SUM:=6f6ad51a00007880460e103367b16057
PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=GPL-2.0