summaryrefslogtreecommitdiff
path: root/scripts/config/menubox.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid potential rendering problemsEric Andersen2003-03-101-1/+1
|
* Patch from Brett Hunt at micron.com to fixup potential segfaultsEric Andersen2003-01-231-4/+4
| | | | during 'make menuconfig'
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+436
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