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>
(cherry picked from commit fdeced6692)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Peter Korsgaard
2026-01-27 17:35:25 +01:00
committed by Thomas Perale
parent 494a7d391b
commit f96bc17699

View File

@@ -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"