summaryrefslogtreecommitdiff
path: root/scripts/config/mconf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen2003-08-051-12/+38
| | | | | Fix the config bugs revealed by the updated config system. -Erik
* Patch from Pavel Roskin to fixup toplevel help textEric Andersen2003-06-301-3/+12
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+669
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