Config.in 289 B

123456789101112131415
  1. menu "Configuration"
  2. depends on PACKAGE_libpcap
  3. config PCAP_HAS_USB
  4. bool "Include USB support"
  5. depends on PACKAGE_kmod-usb-core
  6. default PACKAGE_kmod-usbmon
  7. config PCAP_HAS_BT
  8. bool "Include bluetooth support"
  9. depends on PACKAGE_kmod-bluetooth
  10. depends on BROKEN
  11. default n
  12. endmenu