From b55a9089dda9bc93a4a54af5951d2dc90d60362c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Aug 2003 05:58:50 +0000 Subject: Looks like I missed a spot --- 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 459b69011..6eb793336 100644 --- a/extra/config/zconf.y +++ b/extra/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, "uClibc Configuration", NULL, NULL); //zconfdebug = 1; zconfparse(); -- cgit v1.2.3