95cf21ef8c
dhcpdump 1.7 required tcpdump, but version 1.8 now uses libpcap instead. Also version 1.8 is no longer autotools based, but just a simple Makefile. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
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
|