Fresh pull from upstream 17.01 branch
[librecmc/librecmc.git] / package / libs / libpcap / Config.in
index 5fee75a59597d5e60f9d156d3438d6fe504ae139..11599273e79e924331860c50389ba71bae3a30fc 100644 (file)
@@ -3,13 +3,15 @@ menu "Configuration"
 
 config PCAP_HAS_USB
        bool "Include USB support"
-       depends on PACKAGE_kmod-usb-core
        default n
 
 config PCAP_HAS_BT
        bool "Include bluetooth support"
-       depends on PACKAGE_kmod-bluetooth
        depends on BROKEN
        default n
 
+config PCAP_HAS_NETFILTER
+       bool "Include netfilter support"
+       default n
+
 endmenu