px5g-standalone: move to Encryption submenu and fix Title
authorAlberto Bursi <starshipeleven@outlook.com>
Mon, 24 Oct 2016 08:35:24 +0000 (10:35 +0200)
committerJohn Crispin <john@phrozen.org>
Wed, 26 Oct 2016 12:06:52 +0000 (14:06 +0200)
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>
package/utils/px5g-standalone/Makefile

index 2f7fceddcaa3aa0ed30839f4d3e29f8e4be036f7..9b878ae336302f00b490f103c8acf582aa420b49 100644 (file)
@@ -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