From fdeced6692b12641097864399ab930b88cebff64 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 27 Jan 2026 17:35:25 +0100 Subject: [PATCH] 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 Signed-off-by: Julien Olivain --- system/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Config.in b/system/Config.in index 0652b94a3b..98bbd93092 100644 --- a/system/Config.in +++ b/system/Config.in @@ -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"