mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
system/Config.in: do not reference md5 for sha256 option
Commit bf3626002f ("system cfg: remove mkpasswd MD5 format option") dropped
the MD5 option, so stop referring to it from the sha256 one to limit
confusion.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
54153e7ac8
commit
fdeced6692
@@ -67,7 +67,7 @@ choice
|
||||
config BR2_TARGET_GENERIC_PASSWD_SHA256
|
||||
bool "sha-256"
|
||||
help
|
||||
Use SHA256 to encode passwords which is stronger than MD5.
|
||||
Use SHA256 to encode passwords.
|
||||
|
||||
config BR2_TARGET_GENERIC_PASSWD_SHA512
|
||||
bool "sha-512"
|
||||
|
||||
Reference in New Issue
Block a user