aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loginutils/Config.in3
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"
8config CONFIG_FEATURE_SHADOWPASSWDS 8config 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
17config CONFIG_USE_BB_SHADOW 16config 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