Sfoglia il codice sorgente

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 <[email protected]>

SVN-Revision: 47265
John Crispin 10 anni fa
parent
commit
4ce2b7cda5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/libs/libpcap/Config.in

+ 1 - 1
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"