From b6f53282c59fb9e05b0e30daeac2502a1891fa93 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 1 Oct 2015 20:30:48 +0300 Subject: [PATCH] aircrack-ng: use libnl-genl Adding libnl-core and libnl-genl as deps. Signed-off-by: Alexandru Ardelean --- net/aircrack-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index 960ef856f..fed4ab22a 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/aircrack-ng SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap +libpthread +libopenssl +libnl +wireless-tools +ethtool + DEPENDS:=+libpcap +libpthread +libopenssl +libnl-core +libnl-genl +wireless-tools +ethtool TITLE:=WLAN tools for breaking 802.11 WEP/WPA keys URL:=http://www.aircrack-ng.org/ MAINTAINER:=Rick Farina