瀏覽代碼

pixiewps: add missing dependency on threads

Fixes:

  http://autobuild.buildroot.net/results/0c8d0eeb693ac29739845f489caffc2f9fa3b262/

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Guillaume W. Bres 7 年之前
父節點
當前提交
56823d613c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package/pixiewps/Config.in

+ 4 - 0
package/pixiewps/Config.in

@@ -1,7 +1,11 @@
 config BR2_PACKAGE_PIXIEWPS
 config BR2_PACKAGE_PIXIEWPS
 	bool "pixiewps"
 	bool "pixiewps"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	help
 	help
 	  Pixie WPS is a C based tool to audit networks against the so
 	  Pixie WPS is a C based tool to audit networks against the so
 	  called "Pixie Dust" attack.
 	  called "Pixie Dust" attack.
 
 
 	  https://github.com/wiire-a/pixiewps/wiki
 	  https://github.com/wiire-a/pixiewps/wiki
+
+comment "pixiewps needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS