summaryrefslogtreecommitdiffstats
path: root/package/gzip/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* gzip: 1.5+ needs wchar supportPeter Korsgaard2012-06-261-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/267404bccd9582d3b85b99b16b47b580bf239eb9/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - fix typo introduced in my global search and replace.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* help textMike Frysinger2004-10-141-4/+4
|
* final step in buildroot faceliftEric Andersen2004-10-091-0/+8