summaryrefslogtreecommitdiffstats
path: root/package/config/util.c
Commit message (Collapse)AuthorAgeFilesLines
* support: move kconfig stuff from package/config to support/kconfigThomas Petazzoni2011-09-171-265/+0Star
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config; br2_symbol_printer(): fix off-by-1 in string handlingPeter Korsgaard2011-03-301-3/+3
| | | | | | Based on patch by bbj17@gmx.de. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: rebase against 2.6.37-rc1Peter Korsgaard2011-02-021-2/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump package/config to 2.6.36-rc1Thomas Petazzoni2010-09-011-1/+3
| | | | | | | | | | 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>
* cleanup/simplify kconfig changes for O= buildsPeter Korsgaard2010-06-211-21/+26
| | | | | | 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-7/+26
| | | | | | | Closes #1213 Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config: Update package/config to Kconfig 2.6.30Alper Yildirim2009-07-271-5/+23
| | | | | | | 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-5/+8
| | | | From Bernhards tree (1af211ea)
* - add the $(BASE_TARGETS) per defaultBernhard Reutner-Fischer2007-09-231-1/+1
|
* - thinking loud about auto-generating dependencies for make(1)Bernhard Reutner-Fischer2007-09-231-1/+105
| | | | | | | | | | | Don't use this, it doesn't work yet. Thoughs welcome. Like: We should probably use the sym->text and not fiddle with the name since the name looses information ('_' != '-' in host-fakeroot). This would not be too robust, i fear, since the name can contain additional, arbitrary info. Also, the real 'depends' are a little bit ugly in kconfig. There doesn't seem to be a nice property that holds reverse deps that are only contain selected symbols. Thoughts?
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-231-1/+1
| | | | et al
* - pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer2007-06-281-5/+8
|
* put back support for generating .config.cmdEric Andersen2005-08-031-0/+23
|
* update kbuild systemEric Andersen2005-08-021-345/+55Star
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+375
-Erik