The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / wireless_tools / Config.in
1 config BR2_PACKAGE_WIRELESS_TOOLS
2         bool "wireless tools"
3         help
4           A collection of tools to configure wireless lan cards.
5
6           http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
7
8 if BR2_PACKAGE_WIRELESS_TOOLS
9
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
15
16 endif