summaryrefslogtreecommitdiffstats
path: root/package/config/confdata.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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