diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/mkpasswd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/other/mkpasswd.c b/toys/other/mkpasswd.c index 2e1c1a98..fe1bd26f 100644 --- a/toys/other/mkpasswd.c +++ b/toys/other/mkpasswd.c @@ -10,6 +10,7 @@ USE_MKPASSWD(NEWTOY(mkpasswd, ">2S:m:P#=0<0", TOYFLAG_USR|TOYFLAG_BIN)) config MKPASSWD bool "mkpasswd" default y + depends on !TOYBOX_ON_ANDROID help usage: mkpasswd [-P FD] [-m TYPE] [-S SALT] [PASSWORD] [SALT] |