summaryrefslogtreecommitdiff
path: root/scripts/config/zconf.y
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-05 05:59:48 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-05 05:59:48 +0000
commit7001480a5e52dfdb0840e3aed8ce255b411eb4c7 (patch)
tree8189fb5dac2308c3114212d0c252bfdab9849920 /scripts/config/zconf.y
parent72d8e444f0e9e002b16328e73464ef9015979048 (diff)
downloadbusybox-w32-7001480a5e52dfdb0840e3aed8ce255b411eb4c7.tar.gz
busybox-w32-7001480a5e52dfdb0840e3aed8ce255b411eb4c7.tar.bz2
busybox-w32-7001480a5e52dfdb0840e3aed8ce255b411eb4c7.zip
Seems I missed a spot
Diffstat (limited to 'scripts/config/zconf.y')
-rw-r--r--scripts/config/zconf.y2
1 files changed, 1 insertions, 1 deletions
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();