diff options
Diffstat (limited to 'scripts/kconfig/zconf.tab.c_shipped')
-rw-r--r-- | scripts/kconfig/zconf.tab.c_shipped | 2 |
1 files changed, 1 insertions, 1 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")) |