From: John Crispin Date: Mon, 26 Oct 2015 09:02:03 +0000 (+0000) Subject: libpcap: USB support by default if usbmon is enabled X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fcee13b8f1ac359e7390b729d21c4ea119fb44c5;p=15.05%2Fopenwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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"