diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-02 04:09:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-02 04:09:13 +0000 |
commit | 7c220dab2f1fbaa34c637a04663db8f7b65f7b3a (patch) | |
tree | 4c19c5909cf0295ad20d863691d12e99bdaa2f56 /extra/config/zconf.y | |
parent | a356ea2521cefa80c8622fd8a60d33300cb549e6 (diff) |
A few cosmetic adjustments, and fixup the makefile a bit
Diffstat (limited to 'extra/config/zconf.y')
-rw-r--r-- | extra/config/zconf.y | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |