Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |