1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
ZyXEL_PMG5617GA/package/libs/libpcap/Config.in
2022-11-27 10:16:14 +00:00

16 lines
271 B
Plaintext

menu "Configuration"
depends on PACKAGE_libpcap
config PCAP_HAS_USB
bool "Include USB support"
depends on PACKAGE_kmod-usb-core
default n
config PCAP_HAS_BT
bool "Include bluetooth support"
depends on PACKAGE_kmod-bluetooth
depends on BROKEN
default n
endmenu