summaryrefslogtreecommitdiff
path: root/package/iproute2
diff options
context:
space:
mode:
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/Config.in79
-rw-r--r--package/iproute2/Makefile5
2 files changed, 4 insertions, 80 deletions
diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in
deleted file mode 100644
index 19c08e371..000000000
--- a/package/iproute2/Config.in
+++ /dev/null
@@ -1,79 +0,0 @@
-config ADK_COMPILE_IPROUTE2
- prompt "iproute2.......................... iproute2 suite of networking utilities"
- tristate
- default n
-
-config ADK_PACKAGE_IP
- prompt "ip................................ ip utility"
- tristate
- default ADK_COMPILE_IPROUTE2
- depends on ADK_COMPILE_IPROUTE2
- help
- IP routing control utility, well-known replacement for ifconfig and route.
-
-config ADK_PACKAGE_TC
- prompt "tc................................ tc utility"
- tristate
- default m
- depends on ADK_COMPILE_IPROUTE2
- help
- Traffic shaping control utility. Please choose the kmod-sched-* modules
- you need.
-
-config ADK_PACKAGE_TC_ATM
- prompt "atm support....................... atm support for tc"
- tristate
- default n
- depends on ADK_PACKAGE_TC && !ADK_HOST_FREEBSD
- select ADK_PACKAGE_LIBATM
- help
- ATM traffic control support library.
-
-# FIXME: WTF is this "genl" used for??
-# "ifcfg" is lame, just a simple 'ip addr {add|del}' frontend
-
-config ADK_PACKAGE_IFSTAT
- prompt "ifstat............................ ifstat utility"
- tristate
- default m
- depends on ADK_COMPILE_IPROUTE2
- help
- Interface statistics utility.
-
-config ADK_PACKAGE_LNSTAT
- prompt "lnstat............................ lnstat, ctstat, rtstat, nstat and rtacct utilities"
- tristate
- default m
- depends on ADK_COMPILE_IPROUTE2
- help
- Unified linux networking statistics. Lnstat is a replacement for the
- old rstat program, nstat and rtacct are simple tools to monitor
- kernel snmp counters and network interface statistics.
-
-
-config ADK_PACKAGE_ROUTEL
- prompt "routel............................ routel/routef utilities"
- tristate
- default m
- depends on ADK_COMPILE_IPROUTE2
- help
- List and flush routes.
-
-config ADK_PACKAGE_RTMON
- prompt "rtmon............................. RTnetlink monitor"
- tristate
- default m
- depends on ADK_COMPILE_IPROUTE2
- help
- Listen to and monitor RTnetlink.
-
-# "rtpr" converts back the output of 'ip -o' (quite useless I guess)
-
-config ADK_PACKAGE_SS
- prompt "ss................................ socket statistics utility"
- tristate
- default m
- depends on ADK_COMPILE_IPROUTE2
- help
- A utility to investigate sockets, similar to netstat.
-
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index feae51b1c..a70b675b5 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -9,13 +9,16 @@ PKG_RELEASE:= 2
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