From: Eric Andersen Date: Tue, 5 Aug 2003 05:59:48 +0000 (-0000) Subject: Seems I missed a spot X-Git-Tag: 1_00_pre3~100 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7001480a5e52dfdb0840e3aed8ce255b411eb4c7;p=oweals%2Fbusybox.git Seems I missed a spot --- diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped index c9bfdb451..4f5bcfb45 100644 --- a/scripts/config/zconf.tab.c_shipped +++ b/scripts/config/zconf.tab.c_shipped @@ -1923,7 +1923,7 @@ void conf_parse(const char *name) sym_init(); menu_init(); modules_sym = sym_lookup("MODULES", 0); - rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL); + rootmenu.prompt = menu_add_prop(P_MENU, "BusyBox Configuration", NULL, NULL); //zconfdebug = 1; zconfparse(); diff --git a/scripts/config/zconf.y b/scripts/config/zconf.y index 459b69011..658495cda 100644 --- a/scripts/config/zconf.y +++ b/scripts/config/zconf.y @@ -485,7 +485,7 @@ void conf_parse(const char *name) sym_init(); menu_init(); modules_sym = sym_lookup("MODULES", 0); - rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL); + rootmenu.prompt = menu_add_prop(P_MENU, "BusyBox Configuration", NULL, NULL); //zconfdebug = 1; zconfparse();