summaryrefslogtreecommitdiffstats
path: root/package/config/confdata.c
Commit message (Collapse)AuthorAgeFilesLines
* support: move kconfig stuff from package/config to support/kconfigThomas Petazzoni2011-09-171-1102/+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-16/+8
| | | | | | 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-37/+59
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: Rebase against Linux 2.6.36Peter Korsgaard2011-02-021-2/+4
| | | | | | | No significant changes, but makes it easier to rebase against newer versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config: fix crash with too long pathsPeter Korsgaard2010-11-071-2/+2
| | | | | | | | | Closes #2737 Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98 (kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: move version string from Config.in into MakefileYann E. MORIN2010-11-031-0/+4
| | | | | | | | | This re-instates writing the version string in .config headers, and no longer provides it as a kconfig symbol in .config (it is now a variable in the Makefile, and in the environment). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump package/config to 2.6.36-rc1Thomas Petazzoni2010-09-011-107/+242
| | | | | | | | | | 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: implement KCONFIG_PROBABILITY for rand{,package}configPeter Korsgaard2010-07-231-3/+19
| | | | | | | | | | | | | | | | rand{,package}config enables configuration options with 50% probability, which isn't always what we want in BR (because the "big" configs take a long time to build and limits the chance of a randconfig detecting a missing dependency), so introduce a KCONFIG_PROBABILITY environment variable to tweak the probability between 0 (all options off) and 100 (all options on). To use, simply set the environment variable before running make or pass it on the make command line - E.G. make randpackageconfig KCONFIG_PROBABILITY=10 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kconfig: make rand{,package}config fairPeter Korsgaard2010-07-221-1/+2
| | | | | | Give each boolean symbol a 50% chance of getting enabled, rather than 67%. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cleanup/simplify kconfig changes for O= buildsPeter Korsgaard2010-06-211-44/+20
| | | | | | No functional change. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Move config files into output directory for out-of-tree buildWill Wagner2010-06-211-6/+47
| | | | | | | Closes #1213 Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* kconfig: fix oldconfig to generate .config.cmdThomas Petazzoni2009-08-031-3/+1
| | | | | | | | | | | | | | | | | 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-24/+115
| | | | | | | 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-55/+64
| | | | From Bernhards tree (1af211ea)
* package/config: rebase from upstream (2.6.23.14)Peter Korsgaard2008-06-191-11/+26
| | | | From Bernhards tree (2737cfdd)
* - add a version and display it in the configurationBernhard Reutner-Fischer2007-09-251-2/+2
|
* - search env for BUILDROOT_CONFIG for use as a config file; defaults to .configBernhard Reutner-Fischer2007-09-231-1/+1
|
* - 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>
* - silence a cosmetic warning (closes several issues in mantis).Bernhard Reutner-Fischer2007-07-081-5/+20
| | | | This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly.
* - forgot to write out the .config.cmdBernhard Reutner-Fischer2007-07-021-3/+1
|
* - fix make defconfig (Rick Foos)Bernhard Reutner-Fischer2007-06-281-1/+1
|
* - 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-91/+481
|
* david_bachelart writes in Bug 181: make defconfig is trying to find ↵Mike Frysinger2005-08-281-1/+1
| | | | "defconfig" file instead of ".defconfig"
* put back support for generating .config.cmdEric Andersen2005-08-031-0/+1
|
* update kbuild systemEric Andersen2005-08-021-55/+4
|
* Fix /http://bugs.uclibc.org/view.php?id=134Eric Andersen2005-03-091-1/+1
| | | | | | | | | | | | | | | The configuration utility in package/config/ can look for a default configuration file called 'defconfig' but it's hard coded to look for sysdeps/linux/defconfig. This patch causes the config utility to look in the current working directory for the 'defconfig' file. I use this to provide a default configuration to a new buildroot environment. This way, I can 'svn co' buildroot, copy my defconfig, then make defconfig to use my own default configuration. This fix only changes one line in the confdata.c file to remove the legacy path that was used in Linux, and not needed in buildroot.
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+447
-Erik