summaryrefslogtreecommitdiff
path: root/package/config
AgeCommit message (Collapse)Author
2005-08-28 david_bachelart writes in Bug 181: make defconfig is trying to find ↵Mike Frysinger
"defconfig" file instead of ".defconfig"
2005-08-03put back support for generating .config.cmdEric Andersen
2005-08-02update kbuild systemEric Andersen
2005-07-28grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵Mike Frysinger
reported by Khem Raj
2005-03-09Fix /http://bugs.uclibc.org/view.php?id=134Eric Andersen
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.
2005-02-25gtj writes in http://bugs.uclibc.org/view.php?id=55Eric Andersen
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.
2005-02-11remove obsolete .cvsignore fileEric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik