summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-10-01 20:34:45 +0200
committerBernhard Reutner-Fischer2006-10-01 20:34:45 +0200
commit6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c (patch)
treee2b7221cd1f33b9c5d0c1a52aebe02c5714c26b4 /package
parent- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ... (diff)
downloadbuildroot-6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c.tar.gz
buildroot-6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c.tar.xz
buildroot-6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c.zip
- add missing hung from the BR2_ZCAT introduction
Diffstat (limited to 'package')
-rw-r--r--package/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 9cd170ddf..51086888d 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
#"