Browse Source

treewide: Capitalize submenus

Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 5 years ago
committed by Yousong Zhou
parent
commit
2593eabd6b
23 changed files with 28 additions and 28 deletions
  1. +1
    -1
      admin/openwisp-config/Makefile
  2. +1
    -1
      admin/zabbix/Makefile
  3. +1
    -1
      libs/elektra/Makefile
  4. +4
    -4
      libs/postgresql/Makefile
  5. +1
    -1
      libs/psqlodbc/Makefile
  6. +1
    -1
      libs/sqlite3/Makefile
  7. +1
    -1
      libs/tdb/Makefile
  8. +1
    -1
      libs/unixodbc/Makefile
  9. +2
    -2
      net/aircrack-ng/Makefile
  10. +1
    -1
      net/dynapoint/Makefile
  11. +1
    -1
      net/hcxdumptool/Makefile
  12. +1
    -1
      net/hcxtools/Makefile
  13. +1
    -1
      net/horst/Makefile
  14. +1
    -1
      net/kismet/Makefile
  15. +1
    -1
      net/pixiewps/Makefile
  16. +1
    -1
      net/reaver/Makefile
  17. +1
    -1
      net/rp-pppoe/Makefile
  18. +1
    -1
      net/tcpreplay/Makefile
  19. +1
    -1
      net/wavemon/Makefile
  20. +1
    -1
      net/wifischedule/Makefile
  21. +1
    -1
      utils/fontconfig/Makefile
  22. +1
    -1
      utils/mariadb/Makefile
  23. +2
    -2
      utils/rrdtool1/Makefile

+ 1
- 1
admin/openwisp-config/Makefile View File

@ -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 <f.capoano@cineca.it>


+ 1
- 1
admin/zabbix/Makefile View File

@ -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


+ 1
- 1
libs/elektra/Makefile 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
libs/postgresql/Makefile 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
libs/psqlodbc/Makefile 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
libs/sqlite3/Makefile 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
libs/tdb/Makefile 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
libs/unixodbc/Makefile 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


+ 2
- 2
net/aircrack-ng/Makefile View File

@ -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


+ 1
- 1
net/dynapoint/Makefile View File

@ -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


+ 1
- 1
net/hcxdumptool/Makefile View File

@ -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


+ 1
- 1
net/hcxtools/Makefile View File

@ -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


+ 1
- 1
net/horst/Makefile View File

@ -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 <br1@einfach.org>
TITLE:=Highly Optimized 802.11 Radio Scanning Tool


+ 1
- 1
net/kismet/Makefile View File

@ -27,7 +27,7 @@ define Package/kismet/Default
MAINTAINER:=Jean-Michel lacroix <lacroix@lepine-lacroix.info>
DEPENDS:= $(CXX_DEPENDS) +libnl
URL:=http://www.kismetwireless.net/
SUBMENU:=wireless
SUBMENU:=Wireless
endef
define Package/kismet/Default/description


+ 1
- 1
net/pixiewps/Makefile View File

@ -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


+ 1
- 1
net/reaver/Makefile View File

@ -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


+ 1
- 1
net/rp-pppoe/Makefile View File

@ -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


+ 1
- 1
net/tcpreplay/Makefile View File

@ -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/


+ 1
- 1
net/wavemon/Makefile View File

@ -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


+ 1
- 1
net/wifischedule/Makefile View File

@ -24,7 +24,7 @@ PKG_MAINTAINER:=Nils Koenig <openwrt@newk.it>
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


+ 1
- 1
utils/fontconfig/Makefile View File

@ -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/


+ 1
- 1
utils/mariadb/Makefile View File

@ -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


+ 2
- 2
utils/rrdtool1/Makefile View File

@ -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


Loading…
Cancel
Save