diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-29 11:09:43 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-29 11:09:43 +0000 |
commit | 28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe (patch) | |
tree | 6af2895da70dda926317fac31cd4db6a4b20200c /scripts/kconfig/zconf.y | |
parent | 182a8119063f6a02109783c28513dc7674ba5be7 (diff) | |
download | busybox-w32-28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe.tar.gz busybox-w32-28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe.tar.bz2 busybox-w32-28c6254d02ad9e9b1c70cf8b0bbe8fc47eefafbe.zip |
fix support for globally disabling --long-options.
(disabling them saves ~4K on fully configured bbox)
git-svn-id: svn://busybox.net/trunk/busybox@16715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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")) |