Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
package/aircrack-ng: powerpc arch requires altivec
Browse files Browse the repository at this point in the history
The powerpc support in this package currently requires an arch with
altivec accelerator support. This is a bug and the the powerpc arch
should have a non-simd option like ARM/x86.

Upstream issue: aircrack-ng/aircrack-ng#1941

Fixes
http://autobuild.buildroot.net/results/87e82a5e8d0b1c1ff10ec3e59d25bcd56b329075

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
rc-matthew-l-weber authored and tpetazzoni committed Aug 14, 2018
1 parent 6d944d1 commit 1f3f1fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/aircrack-ng/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ config BR2_PACKAGE_AIRCRACK_NG
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_INSTALL_LIBSTDCPP
depends on !BR2_STATIC_LIBS # dlfcn.h
# https://github.com/aircrack-ng/aircrack-ng/issues/1941
depends on BR2_POWERPC_CPU_HAS_ALTIVEC || \
!(BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le)
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_LIBGCRYPT
help
A set of tools for auditing wireless networks
Expand Down

0 comments on commit 1f3f1fb

Please sign in to comment.