1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00

Merge pull request #2873 from neheb/master

airmon-ng: Fix procps-ng dependancy.
This commit is contained in:
champtar 2016-07-01 19:24:28 +02:00 committed by GitHub
commit 87fa1b1ed8

View File

@ -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