summaryrefslogtreecommitdiffstats
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-20 06:09:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-20 06:09:49 +0000
commit84e9706d095269ae8446eee57bfa6484539fc01c (patch)
tree3eae523ca9b5e531b956445eebf02519ca2073fa /package/iproute2/Makefile
parentd6a142375bd332ca71296d3d8ad94afd0cf996bc (diff)
downloadmaster-31e0f0ae-84e9706d095269ae8446eee57bfa6484539fc01c.tar.gz
master-31e0f0ae-84e9706d095269ae8446eee57bfa6484539fc01c.tar.bz2
master-31e0f0ae-84e9706d095269ae8446eee57bfa6484539fc01c.zip
iproute2: update to v2.6.31 (#7354)
SVN-Revision: 21513
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 9eec69e41c..ce6afdcd21 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -8,12 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
-PKG_VERSION:=2.6.29-1
+#PKG_VERSION:=2.6.29-1
+PKG_VERSION:=2.6.31
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://devresources.linux-foundation.org/dev/iproute2/download/
-PKG_MD5SUM:=c1bc258a6c345905e79935ac7a3cc582
+#PKG_MD5SUM:=c1bc258a6c345905e79935ac7a3cc582
+PKG_MD5SUM:=230f35282a95451622f3e8394f9cd80a
PKG_BUILD_DIR:=$(BUILD_DIR)/iproute2-$(PKG_VERSION)