From dca6d212e75534f93a79d59e3fc7ee620a0bce0f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 19 Jun 2024 11:32:55 -0500 Subject: [PATCH] Building static dropbear wants "ar". --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 8ba3495e2..7c90036e3 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -105,7 +105,7 @@ done # The following are commands toybox should provide, but doesn't yet. # For now symlink the host version. This list must go away by 1.0. -PENDING="expr git tr bash sh gzip awk bison flex make" +PENDING="expr git tr bash sh gzip awk bison flex make ar" TOOLCHAIN="as cc ld objdump" TOOLCHAIN+=" bc gcc" # both patched out but not in vanilla yet