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.tab.c_shipped | |
parent | a356ea2521cefa80c8622fd8a60d33300cb549e6 (diff) |
A few cosmetic adjustments, and fixup the makefile a bit
Diffstat (limited to 'extra/config/zconf.tab.c_shipped')
-rw-r--r-- | extra/config/zconf.tab.c_shipped | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/config/zconf.tab.c_shipped b/extra/config/zconf.tab.c_shipped index da46314d8..d8ba013b6 100644 --- a/extra/config/zconf.tab.c_shipped +++ b/extra/config/zconf.tab.c_shipped @@ -1639,7 +1639,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(); |