blob: c28439893c80d5fe4677bc96262753c8fe3f494c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
  | 
config BR2_PACKAGE_TCPDUMP
	bool "tcpdump"
	select BR2_PACKAGE_LIBPCAP
	help
	  A tool for network monitoring and data acquisition.
	  http://www.tcpdump.org/
config BR2_PACKAGE_TCPDUMP_SMB
	bool "smb dump support"
	depends on BR2_PACKAGE_TCPDUMP
	help
	  enable possibly-buggy SMB printer
  |