xref: /OK3568_Linux_fs/buildroot/package/wireless_tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_WIRELESS_TOOLS
2	bool "wireless tools"
3	help
4	  A collection of tools to configure wireless lan cards.
5
6	  https://hewlettpackard.github.io/wireless-tools/
7
8if BR2_PACKAGE_WIRELESS_TOOLS
9
10config BR2_PACKAGE_WIRELESS_TOOLS_LIB
11	bool "Install shared library"
12	depends on !BR2_STATIC_LIBS
13	help
14	  The shared library of wireless tools
15
16endif
17