summaryrefslogtreecommitdiff
path: root/console-tools/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill off the loadacm applet. It is unused, unmaintainedEric Andersen2003-12-201-6/+0
| | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik
* Patch from Thomas Cameron:Eric Andersen2003-07-141-16/+16
| | | | | | | | | | | 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 menuconfig helpEric Andersen2003-07-031-10/+16
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+68
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