lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit cfc2c6833cd00bf25a687f97c44f177cc559b32a
parent dbfaf0db078a83f81cd88382271fa74d2ad11551
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Mon, 24 Oct 2016 10:46:14 +0300

Merge pull request #3388 from bobafetthotmail/patch-14

ccrypt: move to Encryption submenu
Diffstat:
Mutils/ccrypt/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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