system: remove use of legacy md5 option
Commit "bf3626002f system cfg: remove mkpasswd MD5 format option", from
release 2019.02, moved the symbol to legacy handling, but the symbol is
still referenced.
Remove the reference to it.
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 032cfbc716
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3ba34e0e3d
commit
253ee5b11f
@ -78,7 +78,6 @@ endchoice # Passwd encoding
|
||||
|
||||
config BR2_TARGET_GENERIC_PASSWD_METHOD
|
||||
string
|
||||
default "md5" if BR2_TARGET_GENERIC_PASSWD_MD5
|
||||
default "sha-256" if BR2_TARGET_GENERIC_PASSWD_SHA256
|
||||
default "sha-512" if BR2_TARGET_GENERIC_PASSWD_SHA512
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user