diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-10 15:24:13 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-10 15:24:13 +0100 |
commit | f35ad3bd1287627fc6ca7cc9c1f48b186257dd87 (patch) | |
tree | 1cea61ffd900581a302bda2520371777b6b511ea /configs/cygwin_defconfig | |
parent | 2b4c258e74d033b75b7f34bb384290eceb5da8a6 (diff) | |
download | busybox-f35ad3bd1287627fc6ca7cc9c1f48b186257dd87.tar.gz |
init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
The former name had no INIT anywhere in its name, sounded generic
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'configs/cygwin_defconfig')
-rw-r--r-- | configs/cygwin_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/cygwin_defconfig b/configs/cygwin_defconfig index 816f76e65..37e3e210f 100644 --- a/configs/cygwin_defconfig +++ b/configs/cygwin_defconfig @@ -422,7 +422,7 @@ CONFIG_TELINIT_PATH="" CONFIG_FEATURE_KILL_DELAY=0 # CONFIG_FEATURE_INIT_SCTTY is not set # CONFIG_FEATURE_INIT_SYSLOG is not set -# CONFIG_FEATURE_EXTRA_QUIET is not set +# CONFIG_FEATURE_INIT_QUIET is not set # CONFIG_FEATURE_INIT_COREDUMPS is not set # CONFIG_LINUXRC is not set CONFIG_INIT_TERMINAL_TYPE="" |