[source] px5g-standalone: move to Encryption submenu and fix Title
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 26 06:22:27 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/9275964e1d5978756e8df699eb2b505ebfc859f6
commit 9275964e1d5978756e8df699eb2b505ebfc859f6
Author: Alberto Bursi <starshipeleven at outlook.com>
AuthorDate: Mon Oct 24 10:35:24 2016 +0200
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 at outlook.it>
---
package/utils/px5g-standalone/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/utils/px5g-standalone/Makefile b/package/utils/px5g-standalone/Makefile
index 2f7fced..9b878ae 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 at subsignal.org>
endef
More information about the lede-commits
mailing list