mirror of https://github.com/hak5/openwrt-owl.git
px5g-standalone: move to Encryption submenu and fix Title
moved px5g-standalone to Encryption submenu of Utilities. Fixed title by removing the first "standalone" word from title. The name is now consistent with other px5g packages, it is also shorter and will be shown in make menuconfig. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>owl
parent
7fa89d7f3c
commit
9275964e1d
|
@ -17,7 +17,8 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/px5g-standalone
|
define Package/px5g-standalone
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Standalone X.509 certificate generator (standalone version)
|
SUBMENU:=Encryption
|
||||||
|
TITLE:=X.509 certificate generator (standalone version)
|
||||||
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
|
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue