242227dd86
- Remove patch (already in version) - Add three patches (first one sent and merged upstream, second and third patchs retrieved upstream) - Move to autotools-package - Remove workaround for static handling of pthread as it isn't needed anymore - Remove deactivation of libnl in static build as it isn't needed anymore - Set libnl and zlib dependencies as optional and not mandatory - Add duma and libgcrypt optional dependencies - Update workaround for static handling of libpcap - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
563 B
Plaintext
18 lines
563 B
Plaintext
config BR2_PACKAGE_AIRCRACK_NG
|
|
bool "aircrack-ng"
|
|
depends on BR2_USE_MMU # uses fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
|
|
help
|
|
A set of tools for auditing wireless networks
|
|
|
|
For complete functionality, also select ethtool, iw,
|
|
util-linux (utilities and rfkill), and wireless_tools.
|
|
|
|
http://www.aircrack-ng.org/
|
|
|
|
comment "aircrack-ng needs a toolchain w/ threads, C++"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|