libpcap: USB support by default if usbmon is enabled
If building usbmon support then you'll likely want to have USB support in libpcap as well. Signed-off-by: Bjørn Mork <bjorn@mork.no> SVN-Revision: 47265
This commit is contained in:
parent
4725cde867
commit
4ce2b7cda5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ menu "Configuration"
|
||||||
config PCAP_HAS_USB
|
config PCAP_HAS_USB
|
||||||
bool "Include USB support"
|
bool "Include USB support"
|
||||||
depends on PACKAGE_kmod-usb-core
|
depends on PACKAGE_kmod-usb-core
|
||||||
default n
|
default PACKAGE_kmod-usbmon
|
||||||
|
|
||||||
config PCAP_HAS_BT
|
config PCAP_HAS_BT
|
||||||
bool "Include bluetooth support"
|
bool "Include bluetooth support"
|
||||||
|
|
Loading…
Reference in a new issue