Browse Source

aircrack-ng: use libnl-genl

Adding libnl-core and libnl-genl as deps.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 9 years ago
parent
commit
b6f53282c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/aircrack-ng/Makefile

+ 1
- 1
net/aircrack-ng/Makefile View File

@ -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 <zerochaos@gentoo.org>


Loading…
Cancel
Save