pass HOST_ variables, not BUILD_
[buildroot.git] / package / tcpdump / Config.in
blob63fec6c577a433aee8e43339c75191f1352471de
1 config BR2_PACKAGE_TCPDUMP
2         bool "tcpdump"
3         select BR2_PACKAGE_LIBPCAP
4         default n
5         help
6           A tool for network monitoring and data acquisition.
8           http://www.tcpdump.org/
10 config BR2_PACKAGE_TCPDUMP_SMB
11         bool "smb dump support"
12         default n
13         depends on BR2_PACKAGE_TCPDUMP
14         help
15           enable possibly-buggy SMB printer
17 config BR2_PACKAGE_DHCPDUMP
18         bool "dhcpdump"
19         default n
20         select BR2_PACKAGE_LIBPCAP
21         help
22           A tool for monitoring dhcp requests using tcpdump.