From 2593eabd6b2288cc2af81db3b6f9fb2e5f9a2269 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 23 Jul 2019 10:35:03 -0300 Subject: [PATCH] treewide: Capitalize submenus Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz --- admin/openwisp-config/Makefile | 2 +- admin/zabbix/Makefile | 2 +- libs/elektra/Makefile | 2 +- libs/postgresql/Makefile | 8 ++++---- libs/psqlodbc/Makefile | 2 +- libs/sqlite3/Makefile | 2 +- libs/tdb/Makefile | 2 +- libs/unixodbc/Makefile | 2 +- net/aircrack-ng/Makefile | 4 ++-- net/dynapoint/Makefile | 2 +- net/hcxdumptool/Makefile | 2 +- net/hcxtools/Makefile | 2 +- net/horst/Makefile | 2 +- net/kismet/Makefile | 2 +- net/pixiewps/Makefile | 2 +- net/reaver/Makefile | 2 +- net/rp-pppoe/Makefile | 2 +- net/tcpreplay/Makefile | 2 +- net/wavemon/Makefile | 2 +- net/wifischedule/Makefile | 2 +- utils/fontconfig/Makefile | 2 +- utils/mariadb/Makefile | 2 +- utils/rrdtool1/Makefile | 4 ++-- 23 files changed, 28 insertions(+), 28 deletions(-) diff --git a/admin/openwisp-config/Makefile b/admin/openwisp-config/Makefile index c2237e321..a109de179 100644 --- a/admin/openwisp-config/Makefile +++ b/admin/openwisp-config/Makefile @@ -24,7 +24,7 @@ define Package/openwisp-config/default TITLE:=Remote configuration management agent ($(2) variant) CATEGORY:=Administration SECTION:=admin - SUBMENU:=openwisp + SUBMENU:=OpenWISP DEPENDS:=+curl +lua +libuci-lua +luafilesystem $(3) VARIANT:=$(1) MAINTAINER:=Federico Capoano diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index 8dadb21a6..36b108338 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -71,7 +71,7 @@ endef define Package/zabbix/Default SECTION:=admin CATEGORY:=Administration - SUBMENU:=zabbix + SUBMENU:=Zabbix TITLE:=Zabbix URL:=https://www.zabbix.com/ USERID:=zabbix=53:zabbix=53 diff --git a/libs/elektra/Makefile b/libs/elektra/Makefile index a38de8da5..367ee714c 100644 --- a/libs/elektra/Makefile +++ b/libs/elektra/Makefile @@ -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 diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 62224d533..8d294fa74 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -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 diff --git a/libs/psqlodbc/Makefile b/libs/psqlodbc/Makefile index 2dd743b5b..1b6e24f75 100644 --- a/libs/psqlodbc/Makefile +++ b/libs/psqlodbc/Makefile @@ -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 diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 1c32197e4..059aff2a8 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -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 diff --git a/libs/tdb/Makefile b/libs/tdb/Makefile index 12558de07..107d521d4 100644 --- a/libs/tdb/Makefile +++ b/libs/tdb/Makefile @@ -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 diff --git a/libs/unixodbc/Makefile b/libs/unixodbc/Makefile index efbe1a9fe..5b6325d31 100644 --- a/libs/unixodbc/Makefile +++ b/libs/unixodbc/Makefile @@ -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 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 diff --git a/net/dynapoint/Makefile b/net/dynapoint/Makefile index e72487479..feb68888f 100644 --- a/net/dynapoint/Makefile +++ b/net/dynapoint/Makefile @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dynapoint SECTION:=net CATEGORY:=Network - SUBMENU:=wireless + SUBMENU:=Wireless DEPENDS:=+lua +libubus-lua +libuci-lua +libubox-lua +luci-lib-nixio TITLE:=Dynamic access point manager PKGARCH:=all diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 4b58479da..55b383618 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -27,7 +27,7 @@ define Package/hcxdumptool DEPENDS:=+libpcap TITLE:=hcxdumptool URL:=https://github.com/ZerBea/hcxdumptool - SUBMENU:=wireless + SUBMENU:=Wireless endef define Package/hcxdumptool/description diff --git a/net/hcxtools/Makefile b/net/hcxtools/Makefile index 370ab685b..234b0e67b 100644 --- a/net/hcxtools/Makefile +++ b/net/hcxtools/Makefile @@ -27,7 +27,7 @@ define Package/hcxtools DEPENDS:=+libpthread +libpcap +zlib +libcurl +libopenssl TITLE:=hcxtools URL:=https://github.com/ZerBea/hcxtools - SUBMENU:=wireless + SUBMENU:=Wireless endef define Package/hcxtools/description diff --git a/net/horst/Makefile b/net/horst/Makefile index 6805199e5..b0184a441 100644 --- a/net/horst/Makefile +++ b/net/horst/Makefile @@ -28,7 +28,7 @@ MAKE_FLAGS += DEBUG=1 LIBNL=tiny define Package/horst SECTION:=net CATEGORY:=Network - SUBMENU:=wireless + SUBMENU:=Wireless DEPENDS:=+libncurses +libnl-tiny MAINTAINER:=Bruno Randolf TITLE:=Highly Optimized 802.11 Radio Scanning Tool diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 97f56fe89..c44080752 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -27,7 +27,7 @@ define Package/kismet/Default MAINTAINER:=Jean-Michel lacroix DEPENDS:= $(CXX_DEPENDS) +libnl URL:=http://www.kismetwireless.net/ - SUBMENU:=wireless + SUBMENU:=Wireless endef define Package/kismet/Default/description 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 diff --git a/net/reaver/Makefile b/net/reaver/Makefile index 8894eac38..81a2d078f 100644 --- a/net/reaver/Makefile +++ b/net/reaver/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ARGS += --enable-savetocurrent define Package/reaver SECTION:=net CATEGORY:=Network - SUBMENU:=wireless + SUBMENU:=Wireless TITLE:=Efficient brute force attack against Wifi Protected Setup URL:=https://github.com/t6x/reaver-wps-fork-t6x DEPENDS:=+libpcap diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 8b83698d9..edfa732cf 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -25,7 +25,7 @@ define Package/rp-pppoe/Default CATEGORY:=Network TITLE:=PPPoE (PPP over Ethernet) URL:=http://roaringpenguin.com/products/pppoe - SUBMENU:=dial-in/up + SUBMENU:=Dial-in/up endef define Package/rp-pppoe/Default/description diff --git a/net/tcpreplay/Makefile b/net/tcpreplay/Makefile index 5a45af74c..c428ae281 100644 --- a/net/tcpreplay/Makefile +++ b/net/tcpreplay/Makefile @@ -28,7 +28,7 @@ TCPREPLAY_MODULES:= \ tcpreplay tcpreplay-edit tcprewrite define Package/tcpreplay/default - SUBMENU:=tcprelay + SUBMENU:=Tcpreplay SECTION:=net CATEGORY:=Network URL:=http://tcpreplay.appneta.com/ diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index 8634c1e75..cb7141cc5 100644 --- a/net/wavemon/Makefile +++ b/net/wavemon/Makefile @@ -29,7 +29,7 @@ define Package/wavemon CATEGORY:=Network TITLE:=N-curses based wireless network devices monitor DEPENDS:=+libncurses +libpthread +libnl-genl - SUBMENU:=wireless + SUBMENU:=Wireless URL:=https://github.com/uoaerg/wavemon/releases endef diff --git a/net/wifischedule/Makefile b/net/wifischedule/Makefile index 893b7749b..45dd50538 100644 --- a/net/wifischedule/Makefile +++ b/net/wifischedule/Makefile @@ -24,7 +24,7 @@ PKG_MAINTAINER:=Nils Koenig include $(INCLUDE_DIR)/package.mk define Package/wifischedule - SUBMENU:=wireless + SUBMENU:=Wireless TITLE:=Turns WiFi on and off according to a schedule SECTION:=net CATEGORY:=Network 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