diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-07-23 10:35:03 -0300 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-07-25 09:35:40 +0800 |
commit | 2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269 (patch) | |
tree | 82c9183bb84dca03560c4af89972597441891699 /net/aircrack-ng | |
parent | 36649eef4360f50ce3274566d2a9e897533636ac (diff) |
treewide: Capitalize submenus
Fixed a typo in tcpreplay.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'net/aircrack-ng')
-rw-r--r-- | net/aircrack-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/aircrack-ng/Makefile b/net/aircrack-ng/Makefile index c4f5d8dab..a7dcf1012 100644 --- a/net/aircrack-ng/Makefile +++ b/net/aircrack-ng/Makefile @@ -49,7 +49,7 @@ define Package/aircrack-ng DEPENDS += +libnl-core +libnl-genl +zlib TITLE:=WLAN tools (without airmon-ng) for breaking 802.11 WEP/WPA keys URL:=https://www.aircrack-ng.org/ - SUBMENU:=wireless + SUBMENU:=Wireless endef define Package/aircrack-ng/description @@ -66,7 +66,7 @@ define Package/airmon-ng 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 + SUBMENU:=Wireless endef define Package/airmon-ng/description |