diff options
author | Mangix <rosenp@gmail.com> | 2016-06-18 00:14:14 -0700 |
---|---|---|
committer | Mangix <rosenp@gmail.com> | 2016-06-18 00:14:14 -0700 |
commit | 335ea8a23ec32b79d30656080c77d380a64ebeb6 (patch) | |
tree | 96b815663cde0cb710bb0f94937e13fc291b7234 /net/aircrack-ng | |
parent | 25af3a663247772c7c1ca41fd94da8af59624a1c (diff) |
airmon-ng: Fix procps-ng dependancy.
Signed-off by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/aircrack-ng')
-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 2f29c475f..7f62ee770 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -41,7 +41,7 @@ endef define Package/airmon-ng SECTION:=net CATEGORY:=Network - DEPENDS:=+wireless-tools +ethtool +procps +CONFIG_PCI_SUPPORT:pciutils +CONFIG_USB_SUPPORT:usbutils + DEPENDS:=+wireless-tools +ethtool +procps-ng +CONFIG_PCI_SUPPORT:pciutils +CONFIG_USB_SUPPORT:usbutils TITLE:=Bash script designed to turn wireless cards into monitor mode. URL:=http://www.aircrack-ng.org/ SUBMENU:=wireless |