aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-28 23:27:35 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-28 23:27:35 +0000
commit684a833b314fd5a8968e6c081f00d72ae4807a58 (patch)
treefb93c2dcfbe68332f71c1250e4eda09369f0ddc0 /package/network/utils/iproute2/Makefile
parent935131c730c0b38dd9640690c803bb27cb677df9 (diff)
downloadmaster-187ad058-684a833b314fd5a8968e6c081f00d72ae4807a58.tar.gz
master-187ad058-684a833b314fd5a8968e6c081f00d72ae4807a58.tar.bz2
master-187ad058-684a833b314fd5a8968e6c081f00d72ae4807a58.zip
[package] iproute2: update to 3.10.0
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37590 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r--package/network/utils/iproute2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index f42cae9485..1b42517bac 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.9.0
-PKG_RELEASE:=3
+PKG_VERSION:=3.10.0
+PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/
-PKG_MD5SUM:=b53376db94c8d66f9d540c69ed84f13b
+PKG_MD5SUM:=45fb5427fc723a0001c72b92c931ba02
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION)