diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-06-12 22:09:08 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-06-12 22:09:08 +0000 |
| commit | fa7532b91a6aa649532678eb3b30909a9691cafe (patch) | |
| tree | f1b4e53e79888f559bc10705beae87338fc0a70a /scripts | |
| parent | b838420fd53372e1777f7c4fe03804f28f8123db (diff) | |
| download | busybox-w32-fa7532b91a6aa649532678eb3b30909a9691cafe.tar.gz busybox-w32-fa7532b91a6aa649532678eb3b30909a9691cafe.tar.bz2 busybox-w32-fa7532b91a6aa649532678eb3b30909a9691cafe.zip | |
Fix the location for the default config so 'make defconfig'
actually works
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/config/confdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/confdata.c b/scripts/config/confdata.c index 44835bbfe..0d24ac52f 100644 --- a/scripts/config/confdata.c +++ b/scripts/config/confdata.c | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | const char conf_def_filename[] = ".config"; | 18 | const char conf_def_filename[] = ".config"; |
| 19 | 19 | ||
| 20 | const char conf_defname[] = "extra/Configs/Config.$TARGET_ARCH.default"; | 20 | const char conf_defname[] = "sysdeps/linux/defconfig"; |
| 21 | 21 | ||
| 22 | const char *conf_confnames[] = { | 22 | const char *conf_confnames[] = { |
| 23 | ".config", | 23 | ".config", |
