From dc88e921cc1fe9bce1b9398cdbd8bf76bef106c3 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Sun, 23 Oct 2016 23:14:18 +0200 Subject: [PATCH] ccrypt: move to Encryption submenu Part of a wider housekeeping effort on the packages repository. Signed-off-by: Alberto Bursi --- utils/ccrypt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/ccrypt/Makefile b/utils/ccrypt/Makefile index 0e8973b85..1e25305a7 100644 --- a/utils/ccrypt/Makefile +++ b/utils/ccrypt/Makefile @@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ccrypt SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Encryption TITLE:=ccrypt is a utility for encrypting and decrypting files and streams URL:=http://ccrypt.sourceforge.net/ endef