diff options
author | Bernhard Reutner-Fischer | 2007-01-17 19:36:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-01-17 19:36:01 +0000 |
commit | 9e8df9354a30a9206d4cefd0d88bae5b776a0cb7 (patch) | |
tree | 40d09d4d8cdd9cc73296e360530182a0d982b33a /scripts/kconfig/confdata.c | |
parent | b64eed6030d955ac6e4c3c653a923cf6535799c1 (diff) | |
download | busybox-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.zip busybox-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.tar.gz |
- replace some occurances of "kernel" with busybox
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", |