index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@nbd.name>
2016-07-24 14:33:56 +0200
committer
Felix Fietkau <nbd@nbd.name>
2016-07-24 14:33:56 +0200
commit
46f4f922b4b7b5c6f9bcb9b5294ced3aeccf160b
(
patch
)
tree
68a05a0de1770cc8b1c0e0574d64645f897ccb90
parent
02ff46022f4b8d71fce69144595b2f06e4ecbe51
(
diff
)
aircrack-ng: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat
-rw-r--r--
net/aircrack-ng/Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile
index 7f62ee770..866db9f03 100644
--- a/
net/aircrack-ng/Makefile
+++ b/
net/aircrack-ng/Makefile
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/aircrack-ng
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpcap +libpthread +libopenssl +libnl-core +libnl-genl
+ DEPENDS:=+libpcap +libpthread +libopenssl +libnl-core +libnl-genl +zlib
TITLE:=WLAN tools (without airmon-ng) for breaking 802.11 WEP/WPA keys
URL:=http://www.aircrack-ng.org/
SUBMENU:=wireless