From: Alberto Bursi Date: Mon, 24 Oct 2016 08:35:24 +0000 (+0200) Subject: px5g-standalone: move to Encryption submenu and fix Title X-Git-Tag: v17.01.0-rc1~1046 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9275964e1d5978756e8df699eb2b505ebfc859f6;p=oweals%2Fopenwrt.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 --- diff --git a/package/utils/px5g-standalone/Makefile b/package/utils/px5g-standalone/Makefile index 2f7fceddca..9b878ae336 100644 --- a/package/utils/px5g-standalone/Makefile +++ b/package/utils/px5g-standalone/Makefile @@ -17,7 +17,8 @@ include $(INCLUDE_DIR)/package.mk define Package/px5g-standalone SECTION:=utils CATEGORY:=Utilities - TITLE:=Standalone X.509 certificate generator (standalone version) + SUBMENU:=Encryption + TITLE:=X.509 certificate generator (standalone version) MAINTAINER:=Jo-Philipp Wich endef