summaryrefslogtreecommitdiff
path: root/scripts/config/mconf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make the build system puuuuuuuuuuurtyMike Frysinger2006-02-021-3/+2
|
* Updated to match trunk/uClibc/extra/config as of r10132, and thusPeter Kjellerstedt2005-04-191-56/+320
| | | | Linux 2.6.11.
* As noticed by egor duda, current_menu is declared as 'extern struct menuEric Andersen2004-10-081-1/+1
| | | | | *current_menu;' in scripts/config/lkc.h line 63, and this conflicts with static definition in mconf.c.
* Peter Kjellerstedt at axis.com writes:Eric Andersen2004-07-151-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-151-6/+6
|
* 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