diff options
author | Eric Andersen | 2003-08-05 05:59:48 +0000 |
---|---|---|
committer | Eric Andersen | 2003-08-05 05:59:48 +0000 |
commit | 7001480a5e52dfdb0840e3aed8ce255b411eb4c7 (patch) | |
tree | 8189fb5dac2308c3114212d0c252bfdab9849920 /scripts/config/zconf.tab.c_shipped | |
parent | 72d8e444f0e9e002b16328e73464ef9015979048 (diff) | |
download | busybox-7001480a5e52dfdb0840e3aed8ce255b411eb4c7.zip busybox-7001480a5e52dfdb0840e3aed8ce255b411eb4c7.tar.gz |
Seems I missed a spot
Diffstat (limited to 'scripts/config/zconf.tab.c_shipped')
-rw-r--r-- | scripts/config/zconf.tab.c_shipped | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped index c9bfdb4..4f5bcfb 100644 --- a/scripts/config/zconf.tab.c_shipped +++ b/scripts/config/zconf.tab.c_shipped @@ -1923,7 +1923,7 @@ void conf_parse(const char *name) sym_init(); menu_init(); modules_sym = sym_lookup("MODULES", 0); - rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL); + rootmenu.prompt = menu_add_prop(P_MENU, "BusyBox Configuration", NULL, NULL); //zconfdebug = 1; zconfparse(); |