python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / wireless_tools / Config.in
blobe33af25b86a3a5f8ec0cb0c6a54b6ad3e9b89fe0
1 config BR2_PACKAGE_WIRELESS_TOOLS
2         bool "wireless tools"
3         help
4           A collection of tools to configure wireless lan cards.
6           http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
8 if BR2_PACKAGE_WIRELESS_TOOLS
10 config 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
16 endif