From 6c74ee8d02cfab6dd8a45de56150afbd11452bee Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 28 Apr 2017 15:21:36 -0700 Subject: Building mkpasswd on Android makes no sense. And won't work anyway because we don't have crypt(3). --- toys/other/mkpasswd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/other') 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] -- cgit v1.2.3