aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-09-07 03:00:12 -0500
committerRob Landley <rob@landley.net>2019-09-07 03:00:12 -0500
commit339da6535f82fb1bc6ced17ba72e73a6bbf3444d (patch)
tree04c9f00186d778fca566c0195294da3df7058ac4 /scripts
parent20aa264072f21d6633a3277e87fe37b15495b314 (diff)
downloadtoybox-339da6535f82fb1bc6ced17ba72e73a6bbf3444d.tar.gz
airlock still needs gzip compression side for kernel build.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index cbf96848..92d81574 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -106,7 +106,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="dd diff expr ftpd less tr vi wget awk sh sha512sum sha256sum unxz xzcat bc bison flex make nm ar"
+PENDING="dd diff expr ftpd less tr vi wget awk sh sha512sum sha256sum unxz xzcat bc bison flex make nm ar gzip"
# "gcc" should go away for llvm, but some things still hardwire it
TOOLCHAIN="as cc ld gcc objdump"