diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-07 07:47:10 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-07 07:47:10 +0000 |
commit | b21915982a487a8cb416d91011ca2537bfa129b1 (patch) | |
tree | 2ae4205a236bb8566cc9efb332c686b63ca3c347 /busybox.def.h | |
parent | 7eec702b2195f2572be33045b63022ee0555fcec (diff) | |
download | busybox-w32-b21915982a487a8cb416d91011ca2537bfa129b1.tar.gz busybox-w32-b21915982a487a8cb416d91011ca2537bfa129b1.tar.bz2 busybox-w32-b21915982a487a8cb416d91011ca2537bfa129b1.zip |
Add a #define to make init extra quiet on boot.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@394 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index da34055ee..5fc86fb17 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -174,3 +174,4 @@ | |||
174 | //#define BB_FEATURE_INIT_CHROOT | 174 | //#define BB_FEATURE_INIT_CHROOT |
175 | #endif | 175 | #endif |
176 | // | 176 | // |
177 | #define BB_FEATURE_EXTRA_QUIET | ||