From 4ce2b7cda5c401b0873b115a17fbdd45cfb2cc4e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 26 Oct 2015 09:02:03 +0000 Subject: [PATCH] libpcap: USB support by default if usbmon is enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If building usbmon support then you'll likely want to have USB support in libpcap as well. Signed-off-by: Bjørn Mork SVN-Revision: 47265 --- package/libs/libpcap/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/libpcap/Config.in b/package/libs/libpcap/Config.in index 5fee75a595..60b53a76fc 100644 --- a/package/libs/libpcap/Config.in +++ b/package/libs/libpcap/Config.in @@ -4,7 +4,7 @@ menu "Configuration" config PCAP_HAS_USB bool "Include USB support" depends on PACKAGE_kmod-usb-core - default n + default PACKAGE_kmod-usbmon config PCAP_HAS_BT bool "Include bluetooth support"