diff options
-rw-r--r-- | loginutils/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 12c208c64..a16412c8c 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -133,13 +133,13 @@ config CONFIG_VLOCK | |||
133 | Note that Busybox binary must be setuid root for this applet to | 133 | Note that Busybox binary must be setuid root for this applet to |
134 | work properly. | 134 | work properly. |
135 | 135 | ||
136 | comment "Common options for adduser, deluser, login, su" | 136 | comment "Common options for adduser, deluser, login, su, vlock" |
137 | depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU | 137 | depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK |
138 | 138 | ||
139 | config CONFIG_FEATURE_SHADOWPASSWDS | 139 | config CONFIG_FEATURE_SHADOWPASSWDS |
140 | bool "Support for shadow passwords" | 140 | bool "Support for shadow passwords" |
141 | default n | 141 | default n |
142 | depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU | 142 | depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK |
143 | help | 143 | help |
144 | Build support for shadow password in /etc/shadow. This file is only | 144 | Build support for shadow password in /etc/shadow. This file is only |
145 | readable by root and thus the encrypted passwords are no longer | 145 | readable by root and thus the encrypted passwords are no longer |