diff options
author | Denis Vlasenko | 2008-05-28 11:59:32 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-05-28 11:59:32 +0000 |
commit | 417e240abb08caf6f8b3bf282d2ded32464633f6 (patch) | |
tree | da3848ca1bdcdeb009558ac9a69f6dc7a2b7e46c /scripts/kconfig/confdata.c | |
parent | 10be1a787f02b388676ef4ddf674d7244cbbe6e3 (diff) | |
download | busybox-417e240abb08caf6f8b3bf282d2ded32464633f6.zip busybox-417e240abb08caf6f8b3bf282d2ded32464633f6.tar.gz |
Remove 'busybox' word from configuration programs
(based on experience of adapting it to uclibc).
Diffstat (limited to 'scripts/kconfig/confdata.c')
-rw-r--r-- | scripts/kconfig/confdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index e43c92e..ec107bf 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -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; */ |