diff options
-rw-r--r-- | loginutils/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 9aa6b4937..89f699850 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in | |||
@@ -8,14 +8,13 @@ menu "Login/Password Management Utilities" | |||
8 | config CONFIG_FEATURE_SHADOWPASSWDS | 8 | config CONFIG_FEATURE_SHADOWPASSWDS |
9 | bool "Support for shadow passwords" | 9 | bool "Support for shadow passwords" |
10 | default n | 10 | default n |
11 | depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU || CONFIG_VLOCK | ||
12 | help | 11 | help |
13 | Build support for shadow password in /etc/shadow. This file is only | 12 | Build support for shadow password in /etc/shadow. This file is only |
14 | readable by root and thus the encrypted passwords are no longer | 13 | readable by root and thus the encrypted passwords are no longer |
15 | publicly readable. | 14 | publicly readable. |
16 | 15 | ||
17 | config CONFIG_USE_BB_SHADOW | 16 | config CONFIG_USE_BB_SHADOW |
18 | # bool " Use busybox shadow password functions" | 17 | bool #" Use busybox shadow password functions" |
19 | default y | 18 | default y |
20 | depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS | 19 | depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS |
21 | help | 20 | help |