summaryrefslogtreecommitdiff
path: root/package/tcpdump/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-01 19:42:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-01 19:42:11 +0000
commit3c7d6ae5880d5caa312e167f63cdf96c860aa652 (patch)
tree4287f20ee698f00e4d0bf63a0d5f7c51187fbba3 /package/tcpdump/Config.in
parent777a28a85d0cedf076d512c70dee78a2bca2ddaa (diff)
- add option to turn on SMB dump routines
- honour BR2_INET_IPV6
Diffstat (limited to 'package/tcpdump/Config.in')
-rw-r--r--package/tcpdump/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/tcpdump/Config.in b/package/tcpdump/Config.in
index dbe48ba34..63fec6c57 100644
--- a/package/tcpdump/Config.in
+++ b/package/tcpdump/Config.in
@@ -7,6 +7,13 @@ config BR2_PACKAGE_TCPDUMP
http://www.tcpdump.org/
+config BR2_PACKAGE_TCPDUMP_SMB
+ bool "smb dump support"
+ default n
+ depends on BR2_PACKAGE_TCPDUMP
+ help
+ enable possibly-buggy SMB printer
+
config BR2_PACKAGE_DHCPDUMP
bool "dhcpdump"
default n