mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
treewide: Capitalize submenus
Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
committed by
Yousong Zhou
parent
36649eef43
commit
2593eabd6b
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user