Config.in 253 B

123456789101112
  1. config PCAP_HAS_USB
  2. bool "Include USB support"
  3. depends PACKAGE_libpcap
  4. depends PACKAGE_kmod-usb-core
  5. default n
  6. config PCAP_HAS_BT
  7. bool "Include bluetooth support"
  8. depends PACKAGE_libpcap
  9. depends PACKAGE_kmod-bluetooth
  10. depends BROKEN
  11. default n