summaryrefslogtreecommitdiffstats
path: root/extra/config/mconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge/rework config system per the latest from linux-2.6.0-test2Eric Andersen2003-08-051-11/+37
| | | | -Erik
* Patch from Pavel Roskin to fixup toplevel help textEric Andersen2003-06-301-3/+12
|
* This is based on a patch posted to lkml by Petr Baudis on 23 Nov, which wasEric Andersen2002-12-041-254/+158
| | | | | | | 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
* Update from upstreamEric Andersen2002-11-091-2/+4
|
* Patch from Stefan Allius: avoid implicit casting of void *(64bit) to int(32bit)Eric Andersen2002-11-091-1/+1
|
* Some minor changes from Stefan Allius to make conf andEric Andersen2002-11-081-1/+2
| | | | mconf compile under Solaris.
* Merge an update from upstreamEric Andersen2002-11-081-7/+58
|
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-0/+711
been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik