1
0

Config.in 274 B

1234567891011121314151617
  1. menu "Configuration"
  2. depends on PACKAGE_libpcap
  3. config PCAP_HAS_USB
  4. bool "Include USB support"
  5. default n
  6. config PCAP_HAS_BT
  7. bool "Include bluetooth support"
  8. depends on BROKEN
  9. default n
  10. config PCAP_HAS_NETFILTER
  11. bool "Include netfilter support"
  12. default n
  13. endmenu