|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000134 |
[buildroot] New Features |
tweak |
always |
03-07-05 11:08 |
03-16-05 12:08 |
|
|
Reporter |
scott |
View Status |
public |
|
|
Assigned To |
|
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0000134: defconfig looks for linux config, now fixed to support buildroot defconfig |
|
Description |
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.
|
|
Additional Information |
|
|
|
Attached Files |
config.patch [^] (436 bytes) 03-07-05 11:08 |
|
|