From 2614d68cf5cca2703f5998658f0fb13aaa409e58 Mon Sep 17 00:00:00 2001 From: blogic 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=utf8 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(-) 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" -- 2.11.0