Fix /http://bugs.uclibc.org/view.php?id=134
authorEric Andersen <andersen@codepoet.org>
Wed, 9 Mar 2005 17:39:38 +0000 (17:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 9 Mar 2005 17:39:38 +0000 (17:39 -0000)
commitd47108caf6e630f24fde37c439c1db31d209b25a
tree9594a3bf48e6d267544ded6b6d000e2782843e3c
parent5c83068090e908afae399bd63975e90703a8814a
Fix /http://bugs.uclibc.org/view.php?id=134

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.
package/config/confdata.c