1234567891011121314151617 |
- menu "Configuration"
- depends on PACKAGE_libpcap
- config PCAP_HAS_USB
- bool "Include USB support"
- default n
- config PCAP_HAS_BT
- bool "Include bluetooth support"
- depends on BROKEN
- default n
- config PCAP_HAS_NETFILTER
- bool "Include netfilter support"
- default n
- endmenu
|