Enable passwd by default
SVN-Revision: 328
This commit is contained in:
parent
90fa4b42b3
commit
56c6201a5f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ config BUSYBOX_CONFIG_FEATURE_SECURETTY
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_PASSWD
|
config BUSYBOX_CONFIG_PASSWD
|
||||||
bool "passwd"
|
bool "passwd"
|
||||||
default n
|
default y
|
||||||
select BUSYBOX_CONFIG_FEATURE_SUID
|
select BUSYBOX_CONFIG_FEATURE_SUID
|
||||||
help
|
help
|
||||||
passwd changes passwords for user and group accounts. A normal user
|
passwd changes passwords for user and group accounts. A normal user
|
||||||
|
|
Loading…
Reference in a new issue