Fix the location for the default config so 'make defconfig'
authorEric Andersen <andersen@codepoet.org>
Thu, 12 Jun 2003 22:09:08 +0000 (22:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 12 Jun 2003 22:09:08 +0000 (22:09 -0000)
actually works

scripts/config/confdata.c

index 44835bbfe265875efb5b4da2e73dbf5ae9ab96b1..0d24ac52fc2164fb7fb301afd8b6731a55db1d29 100644 (file)
@@ -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",