Config.in 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. config ADK_COMPILE_IPROUTE2
  2. prompt "iproute2.......................... iproute2 suite of networking utilities"
  3. tristate
  4. default n
  5. config ADK_PACKAGE_IP
  6. prompt "ip................................ ip utility"
  7. tristate
  8. default ADK_COMPILE_IPROUTE2
  9. depends on ADK_COMPILE_IPROUTE2
  10. help
  11. IP routing control utility, well-known replacement for ifconfig and route.
  12. config ADK_PACKAGE_TC
  13. prompt "tc................................ tc utility"
  14. tristate
  15. default m
  16. depends on ADK_COMPILE_IPROUTE2
  17. help
  18. Traffic shaping control utility. Please choose the kmod-sched-* modules
  19. you need.
  20. config ADK_PACKAGE_TC_ATM
  21. prompt "atm support....................... atm support for tc"
  22. tristate
  23. default n
  24. depends on ADK_PACKAGE_TC
  25. select ADK_PACKAGE_LIBATM
  26. help
  27. ATM traffic control support library.
  28. # FIXME: WTF is this "genl" used for??
  29. # "ifcfg" is lame, just a simple 'ip addr {add|del}' frontend
  30. config ADK_PACKAGE_IFSTAT
  31. prompt "ifstat............................ ifstat utility"
  32. tristate
  33. default m
  34. depends on ADK_COMPILE_IPROUTE2
  35. help
  36. Interface statistics utility.
  37. config ADK_PACKAGE_LNSTAT
  38. prompt "lnstat............................ lnstat, ctstat, rtstat, nstat and rtacct utilities"
  39. tristate
  40. default m
  41. depends on ADK_COMPILE_IPROUTE2
  42. help
  43. Unified linux networking statistics. Lnstat is a replacement for the
  44. old rstat program, nstat and rtacct are simple tools to monitor
  45. kernel snmp counters and network interface statistics.
  46. config ADK_PACKAGE_ROUTEL
  47. prompt "routel............................ routel/routef utilities"
  48. tristate
  49. default m
  50. depends on ADK_COMPILE_IPROUTE2
  51. help
  52. List and flush routes.
  53. config ADK_PACKAGE_RTMON
  54. prompt "rtmon............................. RTnetlink monitor"
  55. tristate
  56. default m
  57. depends on ADK_COMPILE_IPROUTE2
  58. help
  59. Listen to and monitor RTnetlink.
  60. # "rtpr" converts back the output of 'ip -o' (quite useless I guess)
  61. config ADK_PACKAGE_SS
  62. prompt "ss................................ socket statistics utility"
  63. tristate
  64. default m
  65. depends on ADK_COMPILE_IPROUTE2
  66. help
  67. A utility to investigate sockets, similar to netstat.