- replace some occurances of "kernel" with busybox

This commit is contained in:
Bernhard Reutner-Fischer
2007-01-17 19:36:01 +00:00
parent b64eed6030
commit 9e8df9354a
4 changed files with 14 additions and 14 deletions

View File

@ -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);
}