summaryrefslogtreecommitdiff
path: root/sysdeps/linux/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Andreas Mohr writes:Eric Andersen2003-10-221-8/+8
| | | | | | | | | | | 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
* Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen2003-08-051-1/+1
| | | | | Fix the config bugs revealed by the updated config system. -Erik
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen2003-07-221-24/+35
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-5/+5
| | | | | | | | | | | 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 Russell Coker:Eric Andersen2003-07-031-0/+7
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath2003-02-151-3/+1
|
* Specify install path, patch by Nick FedchikGlenn L McGrath2003-02-091-0/+8
|
* Compile option to avoid using /usr directory, patch by Bastian BlankGlenn L McGrath2003-01-191-0/+11
|
* Don't build the ncurses stuff unless it is specifically asked forEric Andersen2002-12-131-0/+4
| | | | -Erik
* Put stuff back into a sub-menuEric Andersen2002-12-051-0/+2
|
* Kill the now obsolete docs/Configure.help file, and move all existingEric Andersen2002-12-051-7/+29
| | | | | 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/+209
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