summaryrefslogtreecommitdiff
path: root/scripts/config/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Robert Schwebel -- support ncurses installed in /usr/localEric Andersen2003-01-111-1/+8
|
* Don't build the ncurses stuff unless it is specifically asked forEric Andersen2002-12-131-25/+23
| | | | -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+102
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