summaryrefslogtreecommitdiff
path: root/scripts/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Peter Kjellerstedt at axis.com writes:Eric Andersen2004-07-159-109/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, the attached patch should bring extra/config in line with the Linux 2.6.7 sources. The following are the commit messages for the respective files from the Linux bk-repository: checklist.c: * fix menuconfig choice item help display confdata.c: * config: choice fix * kconfig: don't rename target dir when saving config expr.c, expr.h: * config: disable debug prints mconf.c: * fix menuconfig choice item help display menu.c: * Kconfig: use select statements symbol.c: * config: choice fix * Avoid bogus warning about recursive dependencies * c99 struct initialiser conversions textbox.c: * janitor: don't init statics to 0 util.c: * fix lxdialog behaviour //Peter
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-1510-81/+81
|
* Minor updates from linux 2.6.1Eric Andersen2004-01-162-13/+30
|
* Patch from Bastian Blank, allow the buildtime to be overriden with aGlenn L McGrath2004-01-131-2/+7
| | | | | different string, used by the debian busybox-cvs to specify the debian date based version number.
* Patch by Rob Landley, fix warningGlenn L McGrath2003-10-031-2/+2
|
* Seems I missed a spotEric Andersen2003-08-052-2/+2
|
* Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen2003-08-0513-2549/+3445
| | | | | 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
|
* Fix the location for the default config so 'make defconfig'Eric Andersen2003-06-121-1/+1
| | | | actually works
* Avoid errors with buggy preprocessorsEric Andersen2003-03-311-2/+2
|
* 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'
* 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-0526-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