Config.in 289 B

1234567891011121314
  1. config BR2_PACKAGE_TCPDUMP
  2. bool "tcpdump"
  3. default n
  4. help
  5. A tool for network monitoring and data acquisition.
  6. http://www.tcpdump.org/
  7. config BR2_PACKAGE_DHCPDUMP
  8. bool "dhcpdump"
  9. default n
  10. depends BR2_PACKAGE_TCPDUMP
  11. help
  12. A tool for monitoring dhcp requests using tcpdump.