1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/package/libs/libpcap/Config.in

18 lines
274 B
Plaintext
Raw Normal View History

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