diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-01 18:34:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-10-01 18:34:45 +0000 |
commit | 6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c (patch) | |
tree | e2b7221cd1f33b9c5d0c1a52aebe02c5714c26b4 | |
parent | 6342c83201d5fd2acef0f3193f53b19f74b14c73 (diff) | |
download | buildroot-novena-6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c.tar.gz buildroot-novena-6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c.zip |
- add missing hung from the BR2_ZCAT introduction
-rw-r--r-- | package/Makefile.in | 2 |
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 #" |