diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-29 11:09:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-29 11:09:43 +0000 |
commit | c61852a02bd2d61682235ba3185173f527313827 (patch) | |
tree | 6af2895da70dda926317fac31cd4db6a4b20200c /scripts/kconfig/zconf.y | |
parent | 601ae1378ba7bb59e9c1a19fcc4ddd7bf9fb2e1b (diff) | |
download | busybox-w32-c61852a02bd2d61682235ba3185173f527313827.tar.gz busybox-w32-c61852a02bd2d61682235ba3185173f527313827.tar.bz2 busybox-w32-c61852a02bd2d61682235ba3185173f527313827.zip |
fix support for globally disabling --long-options.
(disabling them saves ~4K on fully configured bbox)
Diffstat (limited to 'scripts/kconfig/zconf.y')
-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 1f61fba6a..0a7a79664 100644 --- a/scripts/kconfig/zconf.y +++ b/scripts/kconfig/zconf.y | |||
@@ -459,7 +459,7 @@ void conf_parse(const char *name) | |||
459 | sym_init(); | 459 | sym_init(); |
460 | menu_init(); | 460 | menu_init(); |
461 | modules_sym = sym_lookup("MODULES", 0); | 461 | modules_sym = sym_lookup("MODULES", 0); |
462 | rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); | 462 | rootmenu.prompt = menu_add_prompt(P_MENU, "Busybox Configuration", NULL); |
463 | 463 | ||
464 | #if YYDEBUG | 464 | #if YYDEBUG |
465 | if (getenv("ZCONF_DEBUG")) | 465 | if (getenv("ZCONF_DEBUG")) |