lede-packages-rs

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

commit 9648acf668ab80d9f3c988ce2e36e5ef2bbf9d87
parent 15077bebbc9b73792f1cb9a8c805de09a2c5b83f
Author: Alberto Bursi <starshipeleven@outlook.com>
Date:   Sun, 23 Oct 2016 18:21:19 +0200

gzip: moving to Compression submenu

Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat:
Mutils/gzip/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils/gzip/Makefile b/utils/gzip/Makefile @@ -23,6 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/gzip SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Compression TITLE:=gzip (GNU zip) is a compression utility. URL:=https://www.gnu.org/software/gzip/ MAINTAINER:=Christian Beier <dontmind@freeshell.org>