From: Bernhard Reutner-Fischer Date: Sun, 1 Oct 2006 18:34:45 +0000 (-0000) Subject: - add missing hung from the BR2_ZCAT introduction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c;p=buildroot.git - add missing hung from the BR2_ZCAT introduction --- diff --git a/package/Makefile.in b/package/Makefile.in index 9cd170ddf3..51086888df 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -8,6 +8,8 @@ WGET:=$(strip $(subst ",, $(BR2_WGET))) #" SVN:=$(strip $(subst ",, $(BR2_SVN))) #" +ZCAT:=$(strip $(subst ",, $(BR2_ZCAT))) +#" TAR_OPTIONS=$(subst ",, $(BR2_TAR_OPTIONS)) -xf #"