linuxOS_D21X/package/third-party/wireless_tools/Config.in
2024-11-29 16:13:46 +08:00

20 lines
493 B
Plaintext

menuconfig BR2_PACKAGE_WIRELESS_TOOLS
bool "wireless tools"
help
A collection of tools to configure wireless lan cards.
https://hewlettpackard.github.io/wireless-tools/
if BR2_PACKAGE_WIRELESS_TOOLS
config BR2_PACKAGE_WIRELESS_TOOLS_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
config BR2_PACKAGE_WIRELESS_TOOLS_LIB
bool "Install shared library"
depends on !BR2_STATIC_LIBS
help
The shared library of wireless tools
endif