author | kergoth <kergoth> | 2002-11-06 03:54:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-06 03:54:26 (UTC) |
commit | 6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89 (patch) (side-by-side diff) | |
tree | 9df959827ec4e404d91d3838dde7853c32abe33f /scripts/kconfig/zconf.y | |
parent | 2129e9cd500a7755062c93f3b9ea325b9368ea37 (diff) | |
download | opie-6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89.zip opie-6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89.tar.gz opie-6b7d5deabe1d2da336fbe6c8409e437cbb8a1c89.tar.bz2 |
Remove kernel references
-rw-r--r-- | scripts/kconfig/zconf.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/zconf.y b/scripts/kconfig/zconf.y index 79cb983..c3f1bd0 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y @@ -423,9 +423,9 @@ void conf_parse(const char *name) zconf_initscan(name); sym_init(); menu_init(); - rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL); + rootmenu.prompt = menu_add_prop(P_MENU, "Configuration", NULL, NULL); //zconfdebug = 1; zconfparse(); if (zconfnerrs) |