Files
buildroot/package
Peter Korsgaard 35ac2bb855 package/busybox: default to BR2_TARGET_GENERIC_PASSWD_* algo
Make busybox follow the BR2_TARGET_GENERIC_PASSWD_* system configuration
option, E.G.

cat defconfig
BR2_x86_core2=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_CORE2_MUSL_BLEEDING_EDGE=y
BR2_STATIC_LIBS=y
BR2_TARGET_GENERIC_PASSWD_SHA512=y

./target/usr/bin/mkpasswd --help
BusyBox v1.37.0 (2026-01-27 17:31:51 CET) multi-call binary.

Usage: mkpasswd [-P FD] [-m TYPE] [-S SALT] [PASSWORD] [SALT]

Print crypt(3) hashed PASSWORD

        -P N    Read password from fd N
        -m TYPE des,md5,sha256/512 (default sha512)
        -S SALT

./target/usr/bin/mkpasswd test
$6$VQ6lDdGRJOgs8Exs$gEWp1nN/FHCAgmoB6lD.fN13EKA40yV7WQmZJcFp114VrL/st74zP5iPsLHi5NFX/A6GAa1gD.yqzp5Lz3DKl/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit fb523a75cf)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
2026-02-04 17:37:37 +01:00
..
2025-10-16 09:57:35 +02:00
2026-01-09 16:53:43 +01:00
2025-12-11 10:22:06 +01:00
2026-01-15 09:31:51 +01:00
2025-12-11 10:22:02 +01:00
2026-01-06 09:17:37 +01:00
2025-12-11 10:21:49 +01:00
2025-12-11 10:22:04 +01:00
2026-02-04 17:25:33 +01:00
2025-12-18 16:53:16 +01:00
2025-11-05 16:59:29 +01:00
2025-11-26 09:29:50 +01:00
2025-10-09 08:44:46 +02:00
2025-12-11 10:21:58 +01:00
2025-12-04 13:22:12 +01:00
2026-01-06 09:17:28 +01:00
2025-12-24 15:13:08 +01:00
2026-01-15 09:32:28 +01:00
2026-01-09 16:10:42 +01:00
2025-12-24 15:13:17 +01:00
2026-01-22 15:52:37 +01:00