polarssl: update to 1.3.16, fixes intermediate certificate validation
[openwrt-github/.git] / package / libs / libpcap / Config.in
index ef32c1bc0878d043117169f892f0fe875edd028d..60b53a76fce1e80e59c7fd3753e6b70238420a20 100644 (file)
@@ -1,15 +1,15 @@
 menu "Configuration"
-       depends PACKAGE_libpcap
+       depends on PACKAGE_libpcap
 
 config PCAP_HAS_USB
        bool "Include USB support"
-       depends PACKAGE_kmod-usb-core
-       default n
+       depends on PACKAGE_kmod-usb-core
+       default PACKAGE_kmod-usbmon
 
 config PCAP_HAS_BT
        bool "Include bluetooth support"
-       depends PACKAGE_kmod-bluetooth
-       depends BROKEN
+       depends on PACKAGE_kmod-bluetooth
+       depends on BROKEN
        default n
 
 endmenu