2018-04-12 15:18:51 +02:00
|
|
|
config BR2_PACKAGE_PIXIEWPS
|
|
|
|
bool "pixiewps"
|
2018-04-18 16:33:53 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2018-04-12 15:18:51 +02:00
|
|
|
help
|
|
|
|
Pixie WPS is a C based tool to audit networks against the so
|
|
|
|
called "Pixie Dust" attack.
|
|
|
|
|
|
|
|
https://github.com/wiire-a/pixiewps/wiki
|
2018-04-18 16:33:53 +02:00
|
|
|
|
|
|
|
comment "pixiewps needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|