Skip to content
Snippets Groups Projects
Commit 4ce2b7cd authored by John Crispin's avatar John Crispin
Browse files

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: default avatarBjørn Mork <bjorn@mork.no>

SVN-Revision: 47265
parent 4725cde8
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ menu "Configuration" ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment