From 859b9137fd6cfb62380691271aec4b06f086f900 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 1 Oct 2006 15:07:45 +0000 Subject: - add BR2_ZCAT in preparation of fixing bug #971 --- Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 656e3d38f..9d4ee7b9e 100644 --- a/Config.in +++ b/Config.in @@ -180,6 +180,16 @@ config BR2_SVN string "Subversion (svn) checkout command" default "svn co" +config BR2_ZCAT + string "zcat command" + default "zcat" + help + Command to be used to extract a gzip'ed file to stdout. + zcat is identical to gunzip -c except that the former may + not be available on your system. + Default is "zcat" + Other possible values include "gunzip -c" + config BR2_TAR_OPTIONS string "Tar options" default "" -- cgit v1.2.3-55-g7522