xref: /OK3568_Linux_fs/buildroot/package/tcpdump/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_TCPDUMP
2	bool "tcpdump"
3	select BR2_PACKAGE_LIBPCAP
4	help
5	  A tool for network monitoring and data acquisition.
6
7	  http://www.tcpdump.org/
8
9if BR2_PACKAGE_TCPDUMP
10
11config BR2_PACKAGE_TCPDUMP_SMB
12	bool "smb dump support"
13	help
14	  enable possibly-buggy SMB printer
15
16endif
17