commit | 6c74ee8d02cfab6dd8a45de56150afbd11452bee | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 28 15:21:36 2017 -0700 |
committer | Rob Landley <rob@landley.net> | Sun Apr 30 02:09:38 2017 -0500 |
tree | 21dbf1b77936983cd452d1ae6f13db13a01a9088 | |
parent | de3e5ea4fe9c42f27d442aa87b7d16e090e72485 [diff] |
Building mkpasswd on Android makes no sense. And won't work anyway because we don't have crypt(3).
diff --git a/toys/other/mkpasswd.c b/toys/other/mkpasswd.c index 2e1c1a9..fe1bd26 100644 --- a/toys/other/mkpasswd.c +++ b/toys/other/mkpasswd.c
@@ -10,6 +10,7 @@ config MKPASSWD bool "mkpasswd" default y + depends on !TOYBOX_ON_ANDROID help usage: mkpasswd [-P FD] [-m TYPE] [-S SALT] [PASSWORD] [SALT]