summaryrefslogtreecommitdiffstats
path: root/rules/libpcap.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-17 22:26:58 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-17 22:26:58 +0000
commit8f2dbebee3924058568e53827d4638366f922b38 (patch)
treeb5af463851610ea118e49e32145b2345ce714c5a /rules/libpcap.in
parent86906545586b079adaeb4299d0b5b18db93c3be6 (diff)
downloadptxdist-8f2dbebee3924058568e53827d4638366f922b38.tar.gz
ptxdist-8f2dbebee3924058568e53827d4638366f922b38.tar.xz
[libpcap] add bluetooth support
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10533 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpcap.in')
-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