diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 19:36:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 19:36:01 +0000 |
commit | 9e8df9354a30a9206d4cefd0d88bae5b776a0cb7 (patch) | |
tree | 40d09d4d8cdd9cc73296e360530182a0d982b33a /scripts/kconfig/conf.c | |
parent | b64eed6030d955ac6e4c3c653a923cf6535799c1 (diff) | |
download | busybox-w32-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.tar.gz busybox-w32-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.tar.bz2 busybox-w32-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.zip |
- replace some occurances of "kernel" with busybox
Diffstat (limited to 'scripts/kconfig/conf.c')
-rw-r--r-- | scripts/kconfig/conf.c | 4 |
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) | |||
556 | case ask_silent: | 556 | case ask_silent: |
557 | if (stat(".config", &tmpstat)) { | 557 | if (stat(".config", &tmpstat)) { |
558 | printf(_("***\n" | 558 | printf(_("***\n" |
559 | "*** You have not yet configured your kernel!\n" | 559 | "*** You have not yet configured busybox!\n" |
560 | "***\n" | 560 | "***\n" |
561 | "*** Please run some configurator (e.g. \"make oldconfig\" or\n" | 561 | "*** Please run some configurator (e.g. \"make oldconfig\" or\n" |
562 | "*** \"make menuconfig\" or \"make xconfig\").\n" | 562 | "*** \"make menuconfig\" or \"make defconfig\").\n" |
563 | "***\n")); | 563 | "***\n")); |
564 | exit(1); | 564 | exit(1); |
565 | } | 565 | } |