diff options
author | Steven Barth <steven@midlink.org> | 2014-12-16 12:43:50 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-12-16 12:43:50 +0000 |
commit | 6137fb30dbef12f46564c55772cbe1e952e61f85 (patch) | |
tree | 0c17e624c033e89582b8736a66a1ad923bca3da5 /package | |
parent | 8735ba2ea4aa1e56748fce5c3ae5aba11eeb8828 (diff) | |
download | master-187ad058-6137fb30dbef12f46564c55772cbe1e952e61f85.tar.gz master-187ad058-6137fb30dbef12f46564c55772cbe1e952e61f85.tar.bz2 master-187ad058-6137fb30dbef12f46564c55772cbe1e952e61f85.zip |
iproute2: bump version from 3.16.0 to 3.17.0
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43731 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 |