aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loginutils/Config.in26
1 files changed, 14 insertions, 12 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 15727d290..dab4ae1a4 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -54,7 +54,6 @@ config CONFIG_FEATURE_SECURETTY
54 help 54 help
55 Please submit a patch to add help text for this item. 55 Please submit a patch to add help text for this item.
56 56
57
58config CONFIG_PASSWD 57config CONFIG_PASSWD
59 bool "passwd" 58 bool "passwd"
60 default n 59 default n
@@ -67,29 +66,32 @@ config CONFIG_SU
67 help 66 help
68 Please submit a patch to add help text for this item. 67 Please submit a patch to add help text for this item.
69 68
70config CONFIG_FEATURE_SHADOWPASSWDS 69config CONFIG_SULOGIN
71 bool "Support for shadow passwords" 70 bool "sulogin"
72 default y 71 default n
73 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
74 help 72 help
75 Please submit a patch to add help text for this item. 73 Please submit a patch to add help text for this item.
76 74
77config CONFIG_USE_BB_SHADOW 75config CONFIG_VLOCK
78 bool " Use busybox shadow password functions" 76 bool "vlock"
79 default n 77 default n
80 depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
81 help 78 help
82 Please submit a patch to add help text for this item. 79 Please submit a patch to add help text for this item.
83 80
84config CONFIG_SULOGIN 81comment "Common options for adduser, deluser, login, su"
85 bool "sulogin" 82 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
83
84config CONFIG_FEATURE_SHADOWPASSWDS
85 bool "Support for shadow passwords"
86 default n 86 default n
87 depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
87 help 88 help
88 Please submit a patch to add help text for this item. 89 Please submit a patch to add help text for this item.
89 90
90config CONFIG_VLOCK 91config CONFIG_USE_BB_SHADOW
91 bool "vlock" 92 bool " Use busybox shadow password functions"
92 default n 93 default n
94 depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
93 help 95 help
94 Please submit a patch to add help text for this item. 96 Please submit a patch to add help text for this item.
95 97