Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - forgot to write out the .config.cmd | Bernhard Reutner-Fischer | 2007-07-02 | 2 | -12/+12 |
| | |||||
* | - fix make defconfig (Rick Foos) | Bernhard Reutner-Fischer | 2007-06-28 | 2 | -1/+14 |
| | |||||
* | - rm some old files | Bernhard Reutner-Fischer | 2007-06-28 | 4 | -653/+0 |
| | |||||
* | - respin whole patch for the sake of simplicity | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -258/+254 |
| | |||||
* | - make it compile with a C89 compiler | Bernhard Reutner-Fischer | 2007-06-28 | 8 | -27/+243 |
| | |||||
* | - pull kconfig from linux-2.6.21.5 | Bernhard Reutner-Fischer | 2007-06-28 | 36 | -4835/+10305 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | - list defaults for BR2_GNU_TARGET_SUFFIX in help text | Bernhard Reutner-Fischer | 2006-07-04 | 1 | -1/+1 |
| | | | | - fix a few typos | ||||
* | david_bachelart writes in Bug 181: make defconfig is trying to find ↵ | Mike Frysinger | 2005-08-28 | 1 | -1/+1 |
| | | | | "defconfig" file instead of ".defconfig" | ||||
* | put back support for generating .config.cmd | Eric Andersen | 2005-08-03 | 3 | -0/+25 |
| | |||||
* | update kbuild system | Eric Andersen | 2005-08-02 | 25 | -612/+983 |
| | |||||
* | grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵ | Mike Frysinger | 2005-07-28 | 4 | -4/+4 |
| | | | | reported by Khem Raj | ||||
* | Fix /http://bugs.uclibc.org/view.php?id=134 | Eric Andersen | 2005-03-09 | 1 | -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. | ||||
* | gtj writes in http://bugs.uclibc.org/view.php?id=55 | Eric Andersen | 2005-02-25 | 1 | -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. | ||||
* | remove obsolete .cvsignore file | Eric Andersen | 2005-02-11 | 1 | -8/+0 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -11/+0 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | Major buildroot facelift, step one. | Eric Andersen | 2004-10-09 | 26 | -0/+14286 |
-Erik |