diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-22 14:36:49 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-01 13:01:04 +0100 |
commit | e1065da652ca3680fdf465dd502a2bae2c2a89b9 (patch) | |
tree | 27e17189f1fd9f959f54a0a006db8d4a28f73c25 /init | |
parent | 2169b25b152b54935fdc706dbf1032df6ae1af27 (diff) | |
download | busybox-w32-e1065da652ca3680fdf465dd502a2bae2c2a89b9.tar.gz busybox-w32-e1065da652ca3680fdf465dd502a2bae2c2a89b9.tar.bz2 busybox-w32-e1065da652ca3680fdf465dd502a2bae2c2a89b9.zip |
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 0813d1b5f..08cfa2f8c 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -83,7 +83,7 @@ | |||
83 | //config: | 83 | //config: |
84 | //config:config FEATURE_INIT_COREDUMPS | 84 | //config:config FEATURE_INIT_COREDUMPS |
85 | //config: bool "Support dumping core for child processes (debugging only)" | 85 | //config: bool "Support dumping core for child processes (debugging only)" |
86 | //config: default y | 86 | //config: default n # not Y because this is a debug option |
87 | //config: depends on INIT || LINUXRC | 87 | //config: depends on INIT || LINUXRC |
88 | //config: help | 88 | //config: help |
89 | //config: If this option is enabled and the file /.init_enable_core | 89 | //config: If this option is enabled and the file /.init_enable_core |