summaryrefslogtreecommitdiffstats
path: root/extra/config/util.c
Commit message (Collapse)AuthorAgeFilesLines
* - pull kconfig from linux-2.6.27Bernhard Reutner-Fischer2008-10-101-1/+1
|
* - pull kconfig from 2.6.25.4Bernhard Reutner-Fischer2008-06-051-7/+29
| | | | It has nicer "-*-" etc hints
* pull latest kconfig from kernelMike Frysinger2007-02-141-3/+5
|
* Updated to match Linux 2.6.11.Peter Kjellerstedt2005-04-181-343/+77
|
* Peter Kjellerstedt at axis.com writes:Eric Andersen2004-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen2002-12-041-0/+375
then considerably hacked up by me. This eliminates the separate lxdialog and instead directly uses the lxdialog internals. This allows 'make menuconfig' to be much faster. -Erik