mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-06 13:58:53 +00:00
6c44ac286b
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
|