diff options
author | Erik Andersen | 2000-03-07 07:47:10 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-07 07:47:10 +0000 |
commit | ea6b67de65bfc13544d21fd54ace02b23609cf12 (patch) | |
tree | 2ae4205a236bb8566cc9efb332c686b63ca3c347 /busybox.def.h | |
parent | 246cc6dddd3df2164e8a925ebd8e9a7bba379253 (diff) | |
download | busybox-ea6b67de65bfc13544d21fd54ace02b23609cf12.zip busybox-ea6b67de65bfc13544d21fd54ace02b23609cf12.tar.gz |
Add a #define to make init extra quiet on boot.
-Erik
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 da34055..5fc86fb 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -174,3 +174,4 @@ //#define BB_FEATURE_INIT_CHROOT #endif // +#define BB_FEATURE_EXTRA_QUIET |