re-order config options, part of a patch from Bastian Blank
This commit is contained in:
parent
5cc9ada0e4
commit
4c51202b9d
@ -54,7 +54,6 @@ config CONFIG_FEATURE_SECURETTY
|
|||||||
help
|
help
|
||||||
Please submit a patch to add help text for this item.
|
Please submit a patch to add help text for this item.
|
||||||
|
|
||||||
|
|
||||||
config CONFIG_PASSWD
|
config CONFIG_PASSWD
|
||||||
bool "passwd"
|
bool "passwd"
|
||||||
default n
|
default n
|
||||||
@ -67,20 +66,6 @@ config CONFIG_SU
|
|||||||
help
|
help
|
||||||
Please submit a patch to add help text for this item.
|
Please submit a patch to add help text for this item.
|
||||||
|
|
||||||
config CONFIG_FEATURE_SHADOWPASSWDS
|
|
||||||
bool "Support for shadow passwords"
|
|
||||||
default y
|
|
||||||
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
|
|
||||||
help
|
|
||||||
Please submit a patch to add help text for this item.
|
|
||||||
|
|
||||||
config CONFIG_USE_BB_SHADOW
|
|
||||||
bool " Use busybox shadow password functions"
|
|
||||||
default n
|
|
||||||
depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
|
|
||||||
help
|
|
||||||
Please submit a patch to add help text for this item.
|
|
||||||
|
|
||||||
config CONFIG_SULOGIN
|
config CONFIG_SULOGIN
|
||||||
bool "sulogin"
|
bool "sulogin"
|
||||||
default n
|
default n
|
||||||
@ -93,5 +78,22 @@ config CONFIG_VLOCK
|
|||||||
help
|
help
|
||||||
Please submit a patch to add help text for this item.
|
Please submit a patch to add help text for this item.
|
||||||
|
|
||||||
|
comment "Common options for adduser, deluser, login, su"
|
||||||
|
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
|
||||||
|
|
||||||
|
config CONFIG_FEATURE_SHADOWPASSWDS
|
||||||
|
bool "Support for shadow passwords"
|
||||||
|
default n
|
||||||
|
depends on CONFIG_ADDUSER || CONFIG_DELUSER || CONFIG_LOGIN || CONFIG_SU
|
||||||
|
help
|
||||||
|
Please submit a patch to add help text for this item.
|
||||||
|
|
||||||
|
config CONFIG_USE_BB_SHADOW
|
||||||
|
bool " Use busybox shadow password functions"
|
||||||
|
default n
|
||||||
|
depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
|
||||||
|
help
|
||||||
|
Please submit a patch to add help text for this item.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user