db7f80c587
USB support could be built into the kernel as well Signed-off-by: Felix Fietkau <nbd@nbd.name>
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
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
|
|
|
|
endmenu
|