Remove 'busybox' word from configuration programs

(based on experience of adapting it to uclibc).
This commit is contained in:
Denis Vlasenko
2008-05-28 11:59:32 +00:00
parent 10be1a787f
commit 417e240abb
6 changed files with 20 additions and 22 deletions

View File

@ -437,7 +437,7 @@ int conf_write(const char *name)
" */\n", str);
} else if (!(sym->flags & SYMBOL_CHOICE)) {
sym_calc_value(sym);
/* bbox: we want to all syms
/* bbox: we want to see all syms
if (!(sym->flags & SYMBOL_WRITE))
goto next;
*/