summaryrefslogtreecommitdiff
path: root/archival/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-11/+11
|
* Patch from Arthur Othieno, clarify common options between dpkg and dpkg-debGlenn L McGrath2004-01-171-20/+23
|
* Isolate code better for unused options, config option to enable longGlenn L McGrath2003-12-261-3/+10
| | | | options, add some conditions to the tar tests in testsuite.
* tar -Z, uncompress supportGlenn L McGrath2003-11-181-0/+8
|
* make CONFIG_FEATURE_UNARCHIVE_TAPE common between itar and cpio, patchGlenn L McGrath2003-10-291-7/+10
| | | | by Arthur Othieno
* Andreas Mohr writes:Eric Andersen2003-10-221-10/+10
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* trivial doc fixEric Andersen2003-08-221-2/+3
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-28/+28
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen2003-07-051-2/+2
| | | | -Erik
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-12/+27
|
* Fix long standing bug with old gnu tar files, add a check so tar willGlenn L McGrath2003-01-281-7/+10
| | | | | | complain "unknown file type" if it tries to extract an oldgnu tar file and TAR_FEATURE_OLDGNU_COMPATABILITY sint defined. Print a warning if unisupported gnu extensions are encountered.
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-1/+7
|
* Add some help descriptionsGlenn L McGrath2002-12-061-10/+44
|
* Kill the now obsolete docs/Configure.help file, and move all existingEric Andersen2002-12-051-2/+22
| | | | | help texts into their respective Config.in file. -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+158
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik