diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-21 17:14:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-21 17:14:26 +0000 |
commit | 5cb54b5adcda45c71120ec93c0bbbd558703a218 (patch) | |
tree | 9a83eead32edfd2dbfc059c9a5a994c7d404b3ce /scripts | |
parent | 37890e2f375b2b088e777877a8fc81654f59b81b (diff) | |
download | busybox-w32-5cb54b5adcda45c71120ec93c0bbbd558703a218.tar.gz busybox-w32-5cb54b5adcda45c71120ec93c0bbbd558703a218.tar.bz2 busybox-w32-5cb54b5adcda45c71120ec93c0bbbd558703a218.zip |
init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
from selecting it in error. It has to be used ONLY for debugging
init, never in production, as resulting init has serious differences.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 96c1978ff..6cd82c3ec 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -367,7 +367,6 @@ CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y | |||
367 | # Init Utilities | 367 | # Init Utilities |
368 | # | 368 | # |
369 | CONFIG_INIT=y | 369 | CONFIG_INIT=y |
370 | # CONFIG_DEBUG_INIT is not set | ||
371 | CONFIG_FEATURE_USE_INITTAB=y | 370 | CONFIG_FEATURE_USE_INITTAB=y |
372 | # CONFIG_FEATURE_KILL_REMOVED is not set | 371 | # CONFIG_FEATURE_KILL_REMOVED is not set |
373 | CONFIG_FEATURE_KILL_DELAY=0 | 372 | CONFIG_FEATURE_KILL_DELAY=0 |