aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorAlberto Bursi <starshipeleven@outlook.com>2016-10-24 10:35:24 +0200
committerJohn Crispin <john@phrozen.org>2016-10-26 14:06:52 +0200
commit9275964e1d5978756e8df699eb2b505ebfc859f6 (patch)
treef3f1e366ad6be0eeaac869d7bbd48445b4200a14 /package
parent7fa89d7f3c9f1d620c01e769b86bc19177881938 (diff)
downloadupstream-9275964e1d5978756e8df699eb2b505ebfc859f6.tar.gz
upstream-9275964e1d5978756e8df699eb2b505ebfc859f6.tar.bz2
upstream-9275964e1d5978756e8df699eb2b505ebfc859f6.zip
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>
Diffstat (limited to 'package')
-rw-r--r--package/utils/px5g-standalone/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <xm@subsignal.org>
endef