udhcpc: fix a problem with binary-encoded options #2
[oweals/busybox.git] / loginutils / Config.src
index 14ce53434d3259a0fcb73252d75c6089e9e1bca1..9bf79afee21f31ab737382e84be6bb0a92f41fc2 100644 (file)
@@ -283,6 +283,13 @@ config CHPASSWD
          Reads a file of user name and password pairs from standard input
          and uses this information to update a group of existing users.
 
+config FEATURE_DEFAULT_PASSWD_ALGO
+       string "Default password encryption method (passwd -a, cryptpw -m parameter)"
+       default "des"
+       depends on PASSWD || CRYPTPW
+       help
+         Possible choices are "d[es]", "m[d5]", "s[ha256]" or "sha512".
+
 config SU
        bool "su"
        default y