openwrtv3/package/libs/libpcap/Config.in
Felix Fietkau 7ae6b912ae libpcap: set a static default for PCAP_HAS_USB
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-21 20:02:10 +02:00

15 lines
271 B
Text

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