summaryrefslogtreecommitdiffstats
path: root/package/config/mconf.c
Commit message (Collapse)AuthorAgeFilesLines
* config: Update package/config to Kconfig 2.6.30Alper Yildirim2009-07-271-79/+47
| | | | | | | Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
* menuconfig: don't prepend CONFIG_ to symbols in help textPeter Korsgaard2008-12-131-1/+1
|
* package/config: rebase from upstream (2.6.24.4)Peter Korsgaard2008-06-191-13/+30
| | | | From Bernhards tree (1af211ea)
* package/config: rebase from upstream (2.6.23.14)Peter Korsgaard2008-06-191-4/+11
| | | | From Bernhards tree (2737cfdd)
* - add a version and display it in the configurationBernhard Reutner-Fischer2007-09-251-1/+1
|
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-231-12/+31
| | | | et al
* - revert r19825. Fix this in the kernel instead and read README.buildroot2Bernhard Reutner-Fischer2007-09-121-4/+4
|
* Watching all the warnings on package/config finally got to me.Ulf Samuelsson2007-09-121-4/+4
| | | | | | | | A patch that clears the gcc warnings from config with cast changes only. thanks, I feel better now, Rick Foos <rick@synchromeshcomputing.com>
* - pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer2007-06-281-277/+228
|
* update kbuild systemEric Andersen2005-08-021-65/+319
|
* gtj writes in http://bugs.uclibc.org/view.php?id=55Eric Andersen2005-02-251-0/+6
| | | | | | | | The version of mconf used by buildroot doesn't handle "menuconfig" correctly. Instead of displaying the proper submenu, it just displays the menuconfig option itself again. This patch adds the proper code to mconf. Only 6 lines of code.
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+713
-Erik