Author: blogic Date: 2015-10-26 10:02:03 +0100 (Mon, 26 Oct 2015) New Revision: 47265
Modified: trunk/package/libs/libpcap/Config.in Log: 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?\195?\184rn Mork <[email protected]> Modified: trunk/package/libs/libpcap/Config.in =================================================================== --- trunk/package/libs/libpcap/Config.in 2015-10-26 09:01:48 UTC (rev 47264) +++ trunk/package/libs/libpcap/Config.in 2015-10-26 09:02:03 UTC (rev 47265) @@ -4,7 +4,7 @@ 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" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
