summaryrefslogtreecommitdiff
path: root/config/zconf.y
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 15:01:07 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:20 +0200
commit02fabc4618d78d960bae068196aa2890bdb9296b (patch)
tree3579abe401c8bb54f3e1931401c27bb2e9a26d76 /config/zconf.y
parentd2b13826a9e485b520c232914d9c68c1a9e1f8bc (diff)
further renaming (s/Linux Kernel/OpenADK/)
Diffstat (limited to 'config/zconf.y')
-rw-r--r--config/zconf.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zconf.y b/config/zconf.y
index 9710b8246..b4240c846 100644
--- a/config/zconf.y
+++ b/config/zconf.y
@@ -476,7 +476,7 @@ void conf_parse(const char *name)
modules_sym = sym_lookup(NULL, 0);
modules_sym->type = S_BOOLEAN;
modules_sym->flags |= SYMBOL_AUTO;
- rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL);
+ rootmenu.prompt = menu_add_prompt(P_MENU, "OpenADK Configuration", NULL);
#if YYDEBUG
if (getenv("ZCONF_DEBUG"))