You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
menu "Configuration"
|
|
depends PACKAGE_libpcap
|
|
|
|
config PCAP_HAS_USB
|
|
bool "Include USB support"
|
|
depends PACKAGE_kmod-usb-core
|
|
default n
|
|
|
|
config PCAP_HAS_BT
|
|
bool "Include bluetooth support"
|
|
depends PACKAGE_kmod-bluetooth
|
|
depends BROKEN
|
|
default n
|
|
|
|
endmenu
|
|
|