diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-07 08:26:41 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-07 08:26:41 +0000 |
commit | 702936f4c981e479bbc1bcd8b516b37a6767551d (patch) | |
tree | 75a30ffdc5d1ed765e5025844dd810f30810b082 /package/network/utils/iproute2/Makefile | |
parent | 64c2bc256c81874c71eb9997d366a3edb345b2a0 (diff) | |
download | upstream-702936f4c981e479bbc1bcd8b516b37a6767551d.tar.gz upstream-702936f4c981e479bbc1bcd8b516b37a6767551d.tar.bz2 upstream-702936f4c981e479bbc1bcd8b516b37a6767551d.zip |
iproute2: update to 3.11
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38313
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 1b42517bac..dbacd275c6 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.10.0 +PKG_VERSION:=3.11.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:=45fb5427fc723a0001c72b92c931ba02 +PKG_MD5SUM:=d7ffb27bc9f0d80577b1f3fb9d1a7689 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION) |