aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-20 19:48:21 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-20 19:48:21 +0000
commit609268030562d76f14fa385afaa831f042109c48 (patch)
tree02a66d53ae0a1223e266827ca3b47a36b305ddad
parent5f825ee6d61df5496ede529d3cbf159531b7838d (diff)
downloadbusybox-609268030562d76f14fa385afaa831f042109c48.tar.gz
Adjust the default feature set a wee bit
-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 @@
//#define BB_FEATURE_INIT_CHROOT
//
//Make sure nothing is printed to the console on boot
-#define BB_FEATURE_EXTRA_QUIET
+//#define BB_FEATURE_EXTRA_QUIET
//
//Should syslogd also provide klogd support?
#define BB_FEATURE_KLOGD
@@ -283,7 +283,7 @@
// #define BB_FEATURE_INSTALLER
//
// Enable a nifty progress meter in wget (adds just under 2k)
-//#define BB_FEATURE_STATUSBAR
+#define BB_FEATURE_STATUSBAR
//
// Clean up all memory before exiting -- usually not needed
// as the OS can clean up... Don't enable this unless you