summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-10-21 17:14:26 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-10-21 17:14:26 +0000
commit5cb54b5adcda45c71120ec93c0bbbd558703a218 (patch)
tree9a83eead32edfd2dbfc059c9a5a994c7d404b3ce /scripts
parent37890e2f375b2b088e777877a8fc81654f59b81b (diff)
downloadbusybox-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/defconfig1
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#
369CONFIG_INIT=y 369CONFIG_INIT=y
370# CONFIG_DEBUG_INIT is not set
371CONFIG_FEATURE_USE_INITTAB=y 370CONFIG_FEATURE_USE_INITTAB=y
372# CONFIG_FEATURE_KILL_REMOVED is not set 371# CONFIG_FEATURE_KILL_REMOVED is not set
373CONFIG_FEATURE_KILL_DELAY=0 372CONFIG_FEATURE_KILL_DELAY=0