summaryrefslogtreecommitdiffstats
path: root/package/config
Commit message (Collapse)AuthorAgeFilesLines
* put back support for generating .config.cmdEric Andersen2005-08-033-0/+25
|
* update kbuild systemEric Andersen2005-08-0225-612/+983
|
* grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵Mike Frysinger2005-07-284-4/+4
| | | | reported by Khem Raj
* 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.
* gtj writes in http://bugs.uclibc.org/view.php?id=55Eric Andersen2005-02-251-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 fileEric Andersen2005-02-111-8/+0
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-11/+0
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Major buildroot facelift, step one.Eric Andersen2004-10-0926-0/+14286
-Erik