summaryrefslogtreecommitdiff
path: root/scripts
authorllornkcor <llornkcor>2003-01-21 03:17:22 (UTC)
committer llornkcor <llornkcor>2003-01-21 03:17:22 (UTC)
commit39491a189517289bb0bdd88bf2d1776d25168239 (patch) (side-by-side diff)
tree899c1255612bd50b398b8c9449b20eed0878aa15 /scripts
parent6998d9a576bcfc137ae243a7b64fe9e668e7339f (diff)
downloadopie-39491a189517289bb0bdd88bf2d1776d25168239.zip
opie-39491a189517289bb0bdd88bf2d1776d25168239.tar.gz
opie-39491a189517289bb0bdd88bf2d1776d25168239.tar.bz2
change Linux Kernel Configuration string
Diffstat (limited to 'scripts') (more/less context) (ignore whitespace changes)
-rw-r--r--scripts/kconfig/mconf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c
index eba5ff7..26a94e7 100644
--- a/scripts/kconfig/mconf.c
+++ b/scripts/kconfig/mconf.c
@@ -744,7 +744,7 @@ int main(int ac, char **av)
sym = sym_lookup("KERNELRELEASE", 0);
sym_calc_value(sym);
- sprintf(menu_backtitle, "Linux Kernel v%s Configuration",
+ sprintf(menu_backtitle, "Opie %s Configuration",
sym_get_string_value(sym));
mode = getenv("MENUCONFIG_MODE");
@@ -770,11 +770,11 @@ int main(int ac, char **av)
if (stat == 0) {
conf_write(NULL);
printf("\n\n"
- "*** End of Linux kernel configuration.\n"
+ "*** End of Opie configuration.\n"
"*** Check the top-level Makefile for additional configuration.\n"
- "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'.\n\n");
+ "*** Next, you may run 'makee'.\n\n");
} else
- printf("\n\nYour kernel configuration changes were NOT saved.\n\n");
+ printf("\n\nYour Opie configuration changes were NOT saved.\n\n");
return 0;
}