Config.in 292 B

12345678910111213141516
  1. config BR2_PACKAGE_TCPDUMP
  2. bool "tcpdump"
  3. select BR2_PACKAGE_LIBPCAP
  4. help
  5. A tool for network monitoring and data acquisition.
  6. https://www.tcpdump.org/
  7. if BR2_PACKAGE_TCPDUMP
  8. config BR2_PACKAGE_TCPDUMP_SMB
  9. bool "smb dump support"
  10. help
  11. enable possibly-buggy SMB printer
  12. endif