From 85dfce3eaa0efa6c4f8ba52a8f27815e169e0558 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 26 Oct 2015 09:02:03 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libs/libpcap/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libs/libpcap') 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" -- cgit v1.2.3