diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-20 11:25:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-20 11:25:18 +0000 |
commit | 18a7d0e945145dd437b766dcaf095436c9dba873 (patch) | |
tree | d478430988d374a0b3849e1592d6fa74f020411c /package/network/utils/iproute2/Makefile | |
parent | e55ee0817f332f55f14edc01f0a0b306f472a5d0 (diff) | |
download | upstream-18a7d0e945145dd437b766dcaf095436c9dba873.tar.gz upstream-18a7d0e945145dd437b766dcaf095436c9dba873.tar.bz2 upstream-18a7d0e945145dd437b766dcaf095436c9dba873.zip |
network/iproute2: Bump version to 3.7.0
Updated to latest stable version and added an upstream patch to handle
a link failure
Signed-off-by: Oliver Smith <olipro@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
[dgolle@allnet.de: refreshed patches]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 35250
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-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 256064e85b..578010f76f 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.3.0 +PKG_VERSION:=3.7.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=308e7145218dd552c2766fe527e239e1 +PKG_MD5SUM:=47040899f8fa30c8721fc5aec6509b44 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) |