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 | |
| 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 'scripts')
| -rw-r--r-- | scripts/kconfig/zconf.tab.c_shipped | 2 | ||||
| -rw-r--r-- | scripts/kconfig/zconf.y | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/zconf.tab.c_shipped b/scripts/kconfig/zconf.tab.c_shipped index ea7755da8..e14eafa6c 100644 --- a/scripts/kconfig/zconf.tab.c_shipped +++ b/scripts/kconfig/zconf.tab.c_shipped | |||
| @@ -1949,7 +1949,7 @@ void conf_parse(const char *name) | |||
| 1949 | sym_init(); | 1949 | sym_init(); |
| 1950 | menu_init(); | 1950 | menu_init(); |
| 1951 | modules_sym = sym_lookup("MODULES", 0); | 1951 | modules_sym = sym_lookup("MODULES", 0); |
| 1952 | rootmenu.prompt = menu_add_prompt(P_MENU, "Linux Kernel Configuration", NULL); | 1952 | rootmenu.prompt = menu_add_prompt(P_MENU, "Busybox Configuration", NULL); |
| 1953 | 1953 | ||
| 1954 | #if YYDEBUG | 1954 | #if YYDEBUG |
| 1955 | if (getenv("ZCONF_DEBUG")) | 1955 | if (getenv("ZCONF_DEBUG")) |
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")) |
