blob: c51ee9bff05361fee55982ec49162ad2899b3a30 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | config BR2_PACKAGE_WIRELESS_TOOLS
	bool "wireless tools"
	help
	  A collection of tools to configure wireless lan cards.
	  http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
config BR2_PACKAGE_WIRELESS_TOOLS_LIB
	bool "Install shared library"
	depends on BR2_PACKAGE_WIRELESS_TOOLS
	help
	  The shared library of wireless tools
 |