diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-12-16 12:43:50 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-12-16 12:43:50 +0000 |
commit | f0ecc0ec37eb95510e11bbdab414a112ae033a44 (patch) | |
tree | 84a5a022b06f8c8bcdaeb573a409bbee94ff58f7 /package/network | |
parent | 5628648f87ff6d0ed86a459d2f10e47ffd2d8471 (diff) | |
download | upstream-f0ecc0ec37eb95510e11bbdab414a112ae033a44.tar.gz upstream-f0ecc0ec37eb95510e11bbdab414a112ae033a44.tar.bz2 upstream-f0ecc0ec37eb95510e11bbdab414a112ae033a44.zip |
iproute2: bump version from 3.16.0 to 3.17.0
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 43731
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index f6d2801e53..9aea05e80d 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=3.16.0 +PKG_VERSION:=3.17.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:=6c823b40fdcfa7b8120743349a52ac18 +PKG_MD5SUM:=b741a02c6dda5818d18011d572874493 PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0 |