summaryrefslogtreecommitdiffstats
path: root/package/config/mconf.c
Commit message (Collapse)AuthorAgeFilesLines
* kconfig: remove CONFIG_ references in search/helpPeter Korsgaard2010-09-051-2/+1Star
| | | | | | | | | | We use BR2_*, not CONFIG_* - So remove references to CONFIG_ in search/help windows. Long term we should probably consider doing s/^BR2_/CONFIG_/ to get rid of all this though. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove unnecessary ugly hacks in package/configThomas Petazzoni2010-09-011-1/+1
| | | | | | | Those hacks should not be needed and they even make "mconf" fail to save the configuration file in $(CONFIG_DIR). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Bump package/config to 2.6.36-rc1Thomas Petazzoni2010-09-011-93/+25Star
| | | | | | | | | | The goal is to be able to use savedefconfig to generate minimal defconfig files. Four of our patches are removed since the modifications have been merged upstream. The new nconf configuration utility has appeared. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* config: Update package/config to Kconfig 2.6.30Alper Yildirim2009-07-271-79/+47Star
| | | | | | | 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/+228Star
|
* 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