60b53a76fce1e80e59c7fd3753e6b70238420a20
[openwrt/openwrt.git] / package / libs / libpcap / Config.in
1 menu "Configuration"
2 depends on PACKAGE_libpcap
3
4 config PCAP_HAS_USB
5 bool "Include USB support"
6 depends on PACKAGE_kmod-usb-core
7 default PACKAGE_kmod-usbmon
8
9 config PCAP_HAS_BT
10 bool "Include bluetooth support"
11 depends on PACKAGE_kmod-bluetooth
12 depends on BROKEN
13 default n
14
15 endmenu