| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | menu "Configuration" |
| 2 | depends on PACKAGE_libpcap | ||||
| 3 | |||||
| 4 | config PCAP_HAS_USB | ||||
| 5 | bool "Include USB support" | ||||
| 6 | default n | ||||
| 7 | |||||
| 8 | config PCAP_HAS_BT | ||||
| 9 | bool "Include bluetooth support" | ||||
| 10 | depends on BROKEN | ||||
| 11 | default n | ||||
| 12 | |||||
| 13 | config PCAP_HAS_NETFILTER | ||||
| 14 | bool "Include netfilter support" | ||||
| 15 | default n | ||||
| 16 | |||||
| 17 | endmenu | ||||