diff options
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r-- | scripts/kconfig/confdata.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index 293044654..f3f76dd99 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -27,7 +27,7 @@ const char conf_defname[] = "scripts/defconfig"; | |||
27 | const char *conf_confnames[] = { | 27 | const char *conf_confnames[] = { |
28 | ".config", | 28 | ".config", |
29 | "/lib/modules/$UNAME_RELEASE/.config", | 29 | "/lib/modules/$UNAME_RELEASE/.config", |
30 | "/etc/kernel-config", | 30 | "/etc/busybox-config", |
31 | "/boot/config-$UNAME_RELEASE", | 31 | "/boot/config-$UNAME_RELEASE", |
32 | conf_defname, | 32 | conf_defname, |
33 | NULL, | 33 | NULL, |
@@ -385,7 +385,7 @@ int conf_write(const char *name) | |||
385 | 385 | ||
386 | fprintf(out, _("#\n" | 386 | fprintf(out, _("#\n" |
387 | "# Automatically generated make config: don't edit\n" | 387 | "# Automatically generated make config: don't edit\n" |
388 | "# Linux kernel version: %s\n" | 388 | "# Busybox version: %s\n" |
389 | "%s%s" | 389 | "%s%s" |
390 | "#\n"), | 390 | "#\n"), |
391 | sym_get_string_value(sym), | 391 | sym_get_string_value(sym), |
@@ -409,7 +409,7 @@ int conf_write(const char *name) | |||
409 | } | 409 | } |
410 | fprintf(out_h, "/*\n" | 410 | fprintf(out_h, "/*\n" |
411 | " * Automatically generated C config: don't edit\n" | 411 | " * Automatically generated C config: don't edit\n" |
412 | " * Linux kernel version: %s\n" | 412 | " * Busybox version: %s\n" |
413 | " */\n" | 413 | " */\n" |
414 | "%s" | 414 | "%s" |
415 | "\n", | 415 | "\n", |