Skip to content

Commit

Permalink
px5g-standalone: move to Encryption submenu and fix Title
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Alberto Bursi authored and blogic committed Oct 26, 2016
1 parent 7fa89d7 commit 9275964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/utils/px5g-standalone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
endef

Expand Down

0 comments on commit 9275964

Please sign in to comment.