aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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