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 / aircrack-ng / Config.in
1 config BR2_PACKAGE_AIRCRACK_NG
2         bool "aircrack-ng"
3         depends on BR2_USE_MMU # uses fork()
4         # libnl has issues when linking statically
5         # they need fixing in libnl itself
6         select BR2_PACKAGE_LIBNL if !BR2_STATIC_LIBS
7         select BR2_PACKAGE_OPENSSL
8         select BR2_PACKAGE_ZLIB
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         help
11           A set of tools for auditing wireless networks
12
13           http://www.aircrack-ng.org/
14
15 comment "aircrack-ng needs a toolchain w/ threads"
16         depends on BR2_USE_MMU
17         depends on !BR2_TOOLCHAIN_HAS_THREADS