aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.h b/Config.h
index f526c3e34..53e6e9e9b 100644
--- a/Config.h
+++ b/Config.h
@@ -193,7 +193,7 @@
193//#define BB_FEATURE_INIT_CHROOT 193//#define BB_FEATURE_INIT_CHROOT
194// 194//
195//Make sure nothing is printed to the console on boot 195//Make sure nothing is printed to the console on boot
196#define BB_FEATURE_EXTRA_QUIET 196//#define BB_FEATURE_EXTRA_QUIET
197// 197//
198//Should syslogd also provide klogd support? 198//Should syslogd also provide klogd support?
199#define BB_FEATURE_KLOGD 199#define BB_FEATURE_KLOGD
@@ -283,7 +283,7 @@
283// #define BB_FEATURE_INSTALLER 283// #define BB_FEATURE_INSTALLER
284// 284//
285// Enable a nifty progress meter in wget (adds just under 2k) 285// Enable a nifty progress meter in wget (adds just under 2k)
286//#define BB_FEATURE_STATUSBAR 286#define BB_FEATURE_STATUSBAR
287// 287//
288// Clean up all memory before exiting -- usually not needed 288// Clean up all memory before exiting -- usually not needed
289// as the OS can clean up... Don't enable this unless you 289// as the OS can clean up... Don't enable this unless you