From e2f480a9000112d7994db98ab2b91816e3a9a939 Mon Sep 17 00:00:00 2001 From: wiire-a Date: Mon, 9 Oct 2017 23:53:24 +0200 Subject: [PATCH] Added libpthread dependency --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 98413d7..78602e9 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ define Package/pixiewps SUBMENU:=wireless TITLE:=An offline WPS bruteforce utility URL:=https://github.com/wiire/pixiewps + DEPENDS:=+libpthread endef define Package/pixiewps/description