aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/conf.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-17 19:36:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-17 19:36:01 +0000
commit9e8df9354a30a9206d4cefd0d88bae5b776a0cb7 (patch)
tree40d09d4d8cdd9cc73296e360530182a0d982b33a /scripts/kconfig/conf.c
parentb64eed6030d955ac6e4c3c653a923cf6535799c1 (diff)
downloadbusybox-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.tar.gz
- replace some occurances of "kernel" with busybox
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r--scripts/kconfig/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c
index ca722b05d..02693b791 100644
--- a/scripts/kconfig/conf.c
+++ b/scripts/kconfig/conf.c
@@ -556,10 +556,10 @@ int main(int ac, char **av)
case ask_silent:
if (stat(".config", &tmpstat)) {
printf(_("***\n"
- "*** You have not yet configured your kernel!\n"
+ "*** You have not yet configured busybox!\n"
"***\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
- "*** \"make menuconfig\" or \"make xconfig\").\n"
+ "*** \"make menuconfig\" or \"make defconfig\").\n"
"***\n"));
exit(1);
}