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/pixiewps | |
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/pixiewps')
-rw-r--r-- | net/pixiewps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pixiewps/Makefile b/net/pixiewps/Makefile index 9d5fd41c2..d63d0e951 100644 --- a/net/pixiewps/Makefile +++ b/net/pixiewps/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/pixiewps SECTION:=net CATEGORY:=Network - SUBMENU:=wireless + SUBMENU:=Wireless TITLE:=An offline WPS bruteforce utility URL:=https://github.com/wiire-a/pixiewps DEPENDS:=+libpthread |