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 2930446..f3f76dd 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -27,7 +27,7 @@ const char conf_defname[] = "scripts/defconfig"; const char *conf_confnames[] = { ".config", "/lib/modules/$UNAME_RELEASE/.config", - "/etc/kernel-config", + "/etc/busybox-config", "/boot/config-$UNAME_RELEASE", conf_defname, NULL, @@ -385,7 +385,7 @@ int conf_write(const char *name) fprintf(out, _("#\n" "# Automatically generated make config: don't edit\n" - "# Linux kernel version: %s\n" + "# Busybox version: %s\n" "%s%s" "#\n"), sym_get_string_value(sym), @@ -409,7 +409,7 @@ int conf_write(const char *name) } fprintf(out_h, "/*\n" " * Automatically generated C config: don't edit\n" - " * Linux kernel version: %s\n" + " * Busybox version: %s\n" " */\n" "%s" "\n", |