Without this patch, airodump-ng, aireplay-ng and other interesting
tools fail with "Can't find wireless tools, exiting."

Signed-off-by: Gui Iribarren <g...@altermundi.net>
---

Some utilities have no such dependency (i.e. packetforge-ng)
but the same logic applies to libpcap, which is needed only for
some tools, and is a hard dependency currently.

 net/aircrack-ng/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile
index e912dfe..380a7b3 100644
--- a/net/aircrack-ng/Makefile
+++ b/net/aircrack-ng/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

 PKG_NAME:=aircrack-ng
 PKG_VERSION:=1.1
-PKG_RELEASE:=3
+PKG_RELEASE:=4

 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download.aircrack-ng.org/ \
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/aircrack-ng
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+libpthread +libopenssl +libpcap
+  DEPENDS:=+libpthread +libopenssl +libpcap +wireless-tools
   TITLE:=next generation of aircrack with new features
   URL:=http://www.aircrack-ng.org/
   SUBMENU:=wireless
--
1.8.4.rc3
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to