diff options
author | Denys Vlasenko | 2016-03-31 00:42:57 +0200 |
---|---|---|
committer | Denys Vlasenko | 2016-03-31 00:42:57 +0200 |
commit | 52977a7d600c7db0f7c4935fd501427fd6b580d0 (patch) | |
tree | 9f5fdb91626f0201118e400cd16a72ce277e7932 /configs/cygwin_defconfig | |
parent | a27dc33f976b15ccfe9180d652ed16579638c48c (diff) | |
download | busybox-52977a7d600c7db0f7c4935fd501427fd6b580d0.zip busybox-52977a7d600c7db0f7c4935fd501427fd6b580d0.tar.gz |
Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init
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 2c02be7..38d580a 100644 --- a/configs/cygwin_defconfig +++ b/configs/cygwin_defconfig @@ -425,7 +425,7 @@ CONFIG_FEATURE_KILL_DELAY=0 # CONFIG_FEATURE_INIT_SYSLOG is not set # CONFIG_FEATURE_EXTRA_QUIET is not set # CONFIG_FEATURE_INIT_COREDUMPS is not set -# CONFIG_FEATURE_INITRD is not set +# CONFIG_LINUXRC is not set CONFIG_INIT_TERMINAL_TYPE="" CONFIG_MESG=y CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP=y |