summaryrefslogtreecommitdiff
path: root/package/iproute2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:34:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:34:44 +0100
commit2c3389799c46724a4922179ff70d1230ccbe5b59 (patch)
tree2e890bacc226d2bef8518e38a935a0f6252d3a32 /package/iproute2/Makefile
parent9183b983ea3f2b20359eaa7cf3a8776af301c059 (diff)
fixes for new pkgmaker generated menu
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 00d453020..a70b675b5 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -6,19 +6,19 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= iproute2
PKG_VERSION:= 2.6.29-1
PKG_RELEASE:= 2
-ifneq ($(strip ${ADK_PACKAGE_TC_ATM}),)
-PKG_BUILDDEP+= linux-atm
-endif
PKG_MD5SUM:= c1bc258a6c345905e79935ac7a3cc582
PKG_DESCR:= iproute2 routing control utility
PKG_SECTION:= net
+ifneq ($(strip ${ADK_PACKAGE_TC_ATM}),)
+PKG_BUILDDEP+= linux-atm
+endif
PKG_URL:= http://www.linuxfoundation.org/en/Net:Iproute2
PKG_SITES:= http://developer.osdl.org/dev/iproute2/download/
PKG_DESCR_TC:= iproute2 traffic control utility
PKG_DEPENDS_TC:= kmod-sched
PKG_DESCR_TC_ATM:= iproute2 traffic control ATM support library
-PKG_DEPENDS_TC_ATM:= tc
+PKG_DEPENDS_TC_ATM:= tc libatm
PKG_DESCR_IFSTAT:= iproute2 interface statistics utility
PKG_DESCR_LNSTAT:= iproute2 network statistics utilities
PKG_DESCR_ROUTEL:= iproute2 route list and flush utilities