1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/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

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