From 7c220dab2f1fbaa34c637a04663db8f7b65f7b3a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 2 Nov 2002 04:09:13 +0000 Subject: A few cosmetic adjustments, and fixup the makefile a bit --- extra/config/zconf.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/config/zconf.y') diff --git a/extra/config/zconf.y b/extra/config/zconf.y index 79cb983a6..a05875997 100644 --- a/extra/config/zconf.y +++ b/extra/config/zconf.y @@ -424,7 +424,7 @@ void conf_parse(const char *name) sym_init(); menu_init(); - rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL); + rootmenu.prompt = menu_add_prop(P_MENU, "uClibc Configuration", NULL, NULL); //zconfdebug = 1; zconfparse(); -- cgit v1.2.3