treewide: Capitalize submenus

Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz
2019-07-23 10:35:03 -03:00
committed by Yousong Zhou
parent 36649eef43
commit 2593eabd6b
23 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ define Package/libelektra/Default
CATEGORY:=Libraries
TITLE:=Elektra
URL:=http://www.libelektra.org/
SUBMENU:=libelektra
SUBMENU:=LibElektra
endef
define Package/libelektra/Default-description
+4 -4
View File
@@ -33,7 +33,7 @@ define Package/libpq
DEPENDS:=+libpthread
TITLE:=PostgreSQL client library
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
endef
define Package/libpq/description
@@ -46,7 +46,7 @@ define Package/pgsql-cli
DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
endef
define Package/pgsql-cli/description
@@ -59,7 +59,7 @@ define Package/pgsql-cli-extra
DEPENDS:=+libncursesw +libpq +libreadline +librt +zlib
TITLE:=Command Line extras for PostgreSQL databases
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
endef
define Package/pgsql-cli-extra/description
@@ -72,7 +72,7 @@ define Package/pgsql-server
DEPENDS:=+pgsql-cli
TITLE:=PostgreSQL databases Server
URL:=http://www.postgresql.org/
SUBMENU:=database
SUBMENU:=Database
USERID:=postgres=5432:postgres=5432
endef
+1 -1
View File
@@ -27,7 +27,7 @@ CONFIGURE_ARGS += \
--with-libpq=$(STAGING_DIR)/usr
define Package/psqlodbc/Default
SUBMENU:=database
SUBMENU:=Database
URL:=https://odbc.postgresql.org/
SECTION:=libs
CATEGORY:=Libraries
+1 -1
View File
@@ -42,7 +42,7 @@ PKG_CONFIG_DEPENDS := \
include $(INCLUDE_DIR)/package.mk
define Package/sqlite3/Default
SUBMENU:=database
SUBMENU:=Database
TITLE:=SQLite (v3.x) database engine
URL:=http://www.sqlite.org/
MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+1 -1
View File
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/kernel.mk
include $(INCLUDE_DIR)/version.mk
define Package/tdb
SUBMENU:=database
SUBMENU:=Database
SECTION:=libs
CATEGORY:=Libraries
TITLE:=Trivial Database
+1 -1
View File
@@ -39,7 +39,7 @@ CONFIGURE_ARGS += \
--includedir=$(STAGING_DIR)/usr/include
define Package/unixodbc/Default
SUBMENU:=database
SUBMENU:=Database
TITLE:=unixODBC
URL:=http://www.unixodbc.org
endef