summaryrefslogtreecommitdiff
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-01-12 10:59:50 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-01-12 10:59:50 +0100
commit086708293c881c2d33e16fa4e328b082e9d7bfc7 (patch)
treecf5c736d68fdcc4d8af921f168293bcf5812535b /package/iproute2/Makefile
parent3759be713eb1f3812412b7c9eff3767944786a7d (diff)
update iproute2 to 3.2.0, add needed unshare support from buildroot for uClibc
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index cd5b54a3f..e5469326d 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -4,13 +4,16 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= iproute2
-PKG_VERSION:= 2.6.38
+PKG_VERSION:= 3.2.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= a243bfea837e71824b7ca26c3bb45fa8
+PKG_MD5SUM:= 6f814291cc3d7f4312cf8c2c052da5f1
PKG_DESCR:= iproute2 routing control utility
PKG_SECTION:= route
+PKG_BUILDDEP:= iptables libnl linux-atm
PKG_URL:= http://www.linuxfoundation.org/en/Net:Iproute2
-PKG_SITES:= http://distfiles.gentoo.org/distfiles/
+PKG_SITES:= http://www.kernel.org/pub/linux/utils/net/iproute2/
+
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SUBPKGS:= IP TC TC_ATM TC_IPT IFSTAT LNSTAT ROUTEL RTMON SS
PKGSD_TC:= iproute2 traffic control utility
@@ -28,8 +31,6 @@ PKGSD_ROUTEL:= iproute2 route list and flush utilities
PKGSD_RTMON:= iproute2 RTnetlink monitor
PKGSD_SS:= iproute2 socket statistics utility
-DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
-
include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,IP,ip,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))