diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-20 19:48:21 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-20 19:48:21 +0000 |
commit | a17e4e84ec6dc6f75830fb23e51ef7702f6b2031 (patch) | |
tree | 02a66d53ae0a1223e266827ca3b47a36b305ddad | |
parent | b086a41932f1fafbba5226fc11fad758538f31f0 (diff) | |
download | busybox-w32-a17e4e84ec6dc6f75830fb23e51ef7702f6b2031.tar.gz busybox-w32-a17e4e84ec6dc6f75830fb23e51ef7702f6b2031.tar.bz2 busybox-w32-a17e4e84ec6dc6f75830fb23e51ef7702f6b2031.zip |
Adjust the default feature set a wee bit
git-svn-id: svn://busybox.net/trunk/busybox@1625 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |