diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-05 05:58:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-05 05:58:50 +0000 |
commit | b55a9089dda9bc93a4a54af5951d2dc90d60362c (patch) | |
tree | d7de096d68c182013f1f74573cd71d3e1902b44d /extra/config | |
parent | 39aa3280a0b456e67d8546e7a39cb8845fc4b76b (diff) |
Looks like I missed a spot
Diffstat (limited to 'extra/config')
-rw-r--r-- | extra/config/zconf.tab.c_shipped | 2 | ||||
-rw-r--r-- | extra/config/zconf.y | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/config/zconf.tab.c_shipped b/extra/config/zconf.tab.c_shipped index c9bfdb451..224bf0d17 100644 --- a/extra/config/zconf.tab.c_shipped +++ b/extra/config/zconf.tab.c_shipped @@ -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, "uClibc Configuration", NULL, NULL); //zconfdebug = 1; zconfparse(); 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(); |