summaryrefslogtreecommitdiff
path: root/package/busybox/config/loginutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/loginutils/Config.in')
-rw-r--r--package/busybox/config/loginutils/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/busybox/config/loginutils/Config.in b/package/busybox/config/loginutils/Config.in
index a0b84fff5..e720acb3b 100644
--- a/package/busybox/config/loginutils/Config.in
+++ b/package/busybox/config/loginutils/Config.in
@@ -295,6 +295,14 @@ config BUSYBOX_CRYPTPW
using the given salt. Debian has this utility under mkpasswd
name. Busybox provides mkpasswd as an alias for cryptpw.
+config BUSYBOX_MKPASSWD
+ bool "mkpasswd"
+ default n
+ help
+ Encrypts the given password with the crypt(3) libc function
+ using the given salt. Debian has this utility under mkpasswd
+ name. Busybox provides mkpasswd as an alias for cryptpw.
+
config BUSYBOX_CHPASSWD
bool "chpasswd"
default n