Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor updates from linux 2.6.1 | Eric Andersen | 2004-01-16 | 2 | -13/+30 |
| | |||||
* | Patch from Bastian Blank, allow the buildtime to be overriden with a | Glenn L McGrath | 2004-01-13 | 1 | -2/+7 |
| | | | | | different string, used by the debian busybox-cvs to specify the debian date based version number. | ||||
* | Patch by Rob Landley, fix warning | Glenn L McGrath | 2003-10-03 | 1 | -2/+2 |
| | |||||
* | Seems I missed a spot | Eric Andersen | 2003-08-05 | 2 | -2/+2 |
| | |||||
* | Merge/rework config system per the latest from linux-2.6.0-test2. | Eric Andersen | 2003-08-05 | 13 | -2549/+3445 |
| | | | | | Fix the config bugs revealed by the updated config system. -Erik | ||||
* | Patch from Pavel Roskin to fixup toplevel help text | Eric Andersen | 2003-06-30 | 1 | -3/+12 |
| | |||||
* | Fix the location for the default config so 'make defconfig' | Eric Andersen | 2003-06-12 | 1 | -1/+1 |
| | | | | actually works | ||||
* | Avoid errors with buggy preprocessors | Eric Andersen | 2003-03-31 | 1 | -2/+2 |
| | |||||
* | Avoid potential rendering problems | Eric Andersen | 2003-03-10 | 1 | -1/+1 |
| | |||||
* | Patch from Brett Hunt at micron.com to fixup potential segfaults | Eric Andersen | 2003-01-23 | 1 | -4/+4 |
| | | | | during 'make menuconfig' | ||||
* | Patch from Robert Schwebel -- support ncurses installed in /usr/local | Eric Andersen | 2003-01-11 | 1 | -1/+8 |
| | |||||
* | Don't build the ncurses stuff unless it is specifically asked for | Eric Andersen | 2002-12-13 | 1 | -25/+23 |
| | | | | -Erik | ||||
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 26 | -0/+13284 |
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 |