summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/libpcap.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/libpcap.in b/rules/libpcap.in
index f6418bdc7..9b08a5fa2 100644
--- a/rules/libpcap.in
+++ b/rules/libpcap.in
@@ -1,7 +1,9 @@
## SECTION=networking
+
menuconfig LIBPCAP
tristate
prompt "libpcap "
+ select BLUEZ_LIBS if LIBPCAP_BLUETOOTH
help
libpcap is a system-independent interface for user-level packet capture.
libpcap provides a portable framework for low-level network monitoring.
@@ -28,4 +30,10 @@ config LIBPCAP_IPV6
help
Enable this if you require ipv6 support.
+config LIBPCAP_BLUETOOTH
+ bool
+ prompt "bluetooth sniffing support"
+ help
+ Enable this if you require bluetooth sniffing support.
+
endif