summaryrefslogtreecommitdiffstats
path: root/package/config/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* support: move kconfig stuff from package/config to support/kconfigThomas Petazzoni2011-09-171-653/+0
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: rebase against 2.6.38-rc3Peter Korsgaard2011-02-021-2/+0
| | | | | | Fixes nconfig crash on comments within choice groups. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: rebase against 2.6.37-rc1Peter Korsgaard2011-02-021-8/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: Rebase against Linux 2.6.36Peter Korsgaard2011-02-021-1/+1
| | | | | | | No significant changes, but makes it easier to rebase against newer versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove unnecessary ugly hacks in package/configThomas Petazzoni2010-09-011-4/+0
| | | | | | | 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-91/+131
| | | | | | | | | | 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>
* kconfig: fix oldconfig to generate .config.cmdThomas Petazzoni2009-08-031-0/+4
| | | | | | | | | | | | | | | | | Since the recent update of Kconfig to the Kconfig infrastructure found in 2.6.30 kernels, make oldconfig was broken because it didn't generate the .config.cmd file. This is done by a call to the conf_write_autoconf() function. Moreover, this process was also broken because the conf_get_autoconfig_name() function was reading the environment variable BUILDROOT_AUTOCONF while the main Makefile is passing it as KCONFIG_AUTOCONFIG. We also remove the fallback on "$(BR2_DEPENDS_DIR)/config/auto.conf" since we are not able to expand BR2_DEPENDS_DIR at this point. Therefore, the KCONFIG_AUTOCONFIG envionment variable *must* be set. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* config: Update package/config to Kconfig 2.6.30Alper Yildirim2009-07-271-137/+122
| | | | | | | Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
* package/config: rebase from upstream (2.6.24.4)Peter Korsgaard2008-06-191-1/+2
| | | | From Bernhards tree (1af211ea)
* package/config: rebase from upstream (2.6.23.14)Peter Korsgaard2008-06-191-16/+15
| | | | From Bernhards tree (2737cfdd)
* - pull "kconfig: oldconfig shall not set symbols if it does not need to"Bernhard Reutner-Fischer2007-09-291-9/+12
|
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-231-0/+1
| | | | et al
* - revert r19825. Fix this in the kernel instead and read README.buildroot2Bernhard Reutner-Fischer2007-09-121-9/+9
|
* Watching all the warnings on package/config finally got to me.Ulf Samuelsson2007-09-121-9/+9
| | | | | | | | A patch that clears the gcc warnings from config with cast changes only. thanks, I feel better now, Rick Foos <rick@synchromeshcomputing.com>
* - make it compile with a C89 compilerBernhard Reutner-Fischer2007-06-281-1/+1
|
* - pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer2007-06-281-21/+65
|
* update kbuild systemEric Andersen2005-08-021-3/+3
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+583
-Erik