"kernel" => "busybox"
This commit is contained in:
parent
da98165ad6
commit
3697a829de
@ -275,7 +275,7 @@ void init_main_window(const gchar * glade_file)
|
|||||||
/*"style", PANGO_STYLE_OBLIQUE, */
|
/*"style", PANGO_STYLE_OBLIQUE, */
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
sprintf(title, _("Linux Kernel v%s Configuration"),
|
sprintf(title, _("BusyBox %s Configuration"),
|
||||||
getenv("KERNELVERSION"));
|
getenv("KERNELVERSION"));
|
||||||
gtk_window_set_title(GTK_WINDOW(main_wnd), title);
|
gtk_window_set_title(GTK_WINDOW(main_wnd), title);
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ setmod_text[] = N_(
|
|||||||
"This feature depends on another which has been configured as a module.\n"
|
"This feature depends on another which has been configured as a module.\n"
|
||||||
"As a result, this feature will be built as a module."),
|
"As a result, this feature will be built as a module."),
|
||||||
nohelp_text[] = N_(
|
nohelp_text[] = N_(
|
||||||
"There is no help available for this kernel option.\n"),
|
"There is no help available for this option.\n"),
|
||||||
load_config_text[] = N_(
|
load_config_text[] = N_(
|
||||||
"Enter the name of the configuration file you wish to load. "
|
"Enter the name of the configuration file you wish to load. "
|
||||||
"Accept the name shown to restore the configuration you "
|
"Accept the name shown to restore the configuration you "
|
||||||
@ -1053,7 +1053,7 @@ int main(int ac, char **av)
|
|||||||
|
|
||||||
sym = sym_lookup("KERNELVERSION", 0);
|
sym = sym_lookup("KERNELVERSION", 0);
|
||||||
sym_calc_value(sym);
|
sym_calc_value(sym);
|
||||||
sprintf(menu_backtitle, _("Linux Kernel v%s Configuration"),
|
sprintf(menu_backtitle, _("BusyBox %s Configuration"),
|
||||||
sym_get_string_value(sym));
|
sym_get_string_value(sym));
|
||||||
|
|
||||||
mode = getenv("MENUCONFIG_MODE");
|
mode = getenv("MENUCONFIG_MODE");
|
||||||
@ -1086,7 +1086,7 @@ int main(int ac, char **av)
|
|||||||
}
|
}
|
||||||
printf(_("\n\n"
|
printf(_("\n\n"
|
||||||
"*** End of busybox configuration.\n"
|
"*** End of busybox configuration.\n"
|
||||||
"*** Execute 'make' to build the kernel or try 'make help'."
|
"*** Execute 'make' to build busybox or try 'make help'."
|
||||||
"\n\n"));
|
"\n\n"));
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, _("\n\n"
|
fprintf(stderr, _("\n\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user