aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2019-07-23 10:35:03 -0300
committerYousong Zhou <yszhou4tech@gmail.com>2019-07-25 09:35:40 +0800
commit2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269 (patch)
tree82c9183bb84dca03560c4af89972597441891699 /utils
parent36649eef4360f50ce3274566d2a9e897533636ac (diff)
treewide: Capitalize submenus
Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/fontconfig/Makefile2
-rw-r--r--utils/mariadb/Makefile2
-rw-r--r--utils/rrdtool1/Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/utils/fontconfig/Makefile b/utils/fontconfig/Makefile
index 68999daef..9a6a55f19 100644
--- a/utils/fontconfig/Makefile
+++ b/utils/fontconfig/Makefile
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/fontconfig
SECTION:=xorg-util
CATEGORY:=Xorg
- SUBMENU:=font-utils
+ SUBMENU:=Font-Utils
TITLE:=fontconfig
DEPENDS:=+libpthread +libexpat +libfreetype
URL:=http://fontconfig.org/
diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile
index 8ae1ad09e..badba0725 100644
--- a/utils/mariadb/Makefile
+++ b/utils/mariadb/Makefile
@@ -235,7 +235,7 @@ define Package/mariadb/Default
SECTION:=utils
CATEGORY:=Utilities
URL:=https://mariadb.org/
- SUBMENU:=database
+ SUBMENU:=Database
endef
define Package/mariadb-client
diff --git a/utils/rrdtool1/Makefile b/utils/rrdtool1/Makefile
index 61eeec704..49da89fc1 100644
--- a/utils/rrdtool1/Makefile
+++ b/utils/rrdtool1/Makefile
@@ -61,7 +61,7 @@ define Package/rrdcgi1
$(call Package/rrdtool1/Default)
SECTION:=utils
CATEGORY:=Utilities
- SUBMENU:=database
+ SUBMENU:=Database
DEPENDS:=+librrd1
TITLE+= CGI graphing tool
endef
@@ -76,7 +76,7 @@ define Package/rrdtool1
$(call Package/rrdtool1/Default)
SECTION:=utils
CATEGORY:=Utilities
- SUBMENU:=database
+ SUBMENU:=Database
DEPENDS:=+librrd1
TITLE+= management tools
endef