Seems I missed a spot
authorEric Andersen <andersen@codepoet.org>
Tue, 5 Aug 2003 05:59:48 +0000 (05:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 5 Aug 2003 05:59:48 +0000 (05:59 -0000)
scripts/config/zconf.tab.c_shipped
scripts/config/zconf.y

index c9bfdb4..4f5bcfb 100644 (file)
@@ -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();
index 459b690..658495c 100644 (file)
@@ -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();