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 | |
parent | b838420fd53372e1777f7c4fe03804f28f8123db (diff) |
Fix the location for the default config so 'make defconfig'
actually works
-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 @@ const char conf_def_filename[] = ".config"; -const char conf_defname[] = "extra/Configs/Config.$TARGET_ARCH.default"; +const char conf_defname[] = "sysdeps/linux/defconfig"; const char *conf_confnames[] = { ".config", |