aboutsummaryrefslogtreecommitdiff
path: root/scripts/config
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-05 05:59:48 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-05 05:59:48 +0000
commit367fc6aac7524066cb19339813c389cb8f2d495d (patch)
tree8189fb5dac2308c3114212d0c252bfdab9849920 /scripts/config
parent89f121b30842939e69c2cdc69b378c2647e88564 (diff)
downloadbusybox-w32-367fc6aac7524066cb19339813c389cb8f2d495d.tar.gz
busybox-w32-367fc6aac7524066cb19339813c389cb8f2d495d.tar.bz2
busybox-w32-367fc6aac7524066cb19339813c389cb8f2d495d.zip
Seems I missed a spot
git-svn-id: svn://busybox.net/trunk/busybox@7163 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts/config')
-rw-r--r--scripts/config/zconf.tab.c_shipped2
-rw-r--r--scripts/config/zconf.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/config/zconf.tab.c_shipped b/scripts/config/zconf.tab.c_shipped
index c9bfdb451..4f5bcfb45 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)
1923 sym_init(); 1923 sym_init();
1924 menu_init(); 1924 menu_init();
1925 modules_sym = sym_lookup("MODULES", 0); 1925 modules_sym = sym_lookup("MODULES", 0);
1926 rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL); 1926 rootmenu.prompt = menu_add_prop(P_MENU, "BusyBox Configuration", NULL, NULL);
1927 1927
1928 //zconfdebug = 1; 1928 //zconfdebug = 1;
1929 zconfparse(); 1929 zconfparse();
diff --git a/scripts/config/zconf.y b/scripts/config/zconf.y
index 459b69011..658495cda 100644
--- a/scripts/config/zconf.y
+++ b/scripts/config/zconf.y
@@ -485,7 +485,7 @@ void conf_parse(const char *name)
485 sym_init(); 485 sym_init();
486 menu_init(); 486 menu_init();
487 modules_sym = sym_lookup("MODULES", 0); 487 modules_sym = sym_lookup("MODULES", 0);
488 rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL); 488 rootmenu.prompt = menu_add_prop(P_MENU, "BusyBox Configuration", NULL, NULL);
489 489
490 //zconfdebug = 1; 490 //zconfdebug = 1;
491 zconfparse(); 491 zconfparse();