aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2018-06-21 21:49:38 -0500
committerRob Landley <rob@landley.net>2018-06-21 21:49:38 -0500
commit8b0486cf0c37bd66a070c7482f1a875179502583 (patch)
treea4552e1a5fdd31e5eb77469d22c54bbd9b19b2ea /scripts
parentc5ddfba4809e5f3aa9425cfc42c288407bdebc08 (diff)
downloadtoybox-8b0486cf0c37bd66a070c7482f1a875179502583.tar.gz
Elliott pointed out that ping's been promoted, not needed in airlock list.
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 89cd1f07..b780ef4b 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="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less ping route tar test tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum unxz xzcat bc bison flex"
+PENDING="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less route tar test tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum unxz xzcat bc bison flex"
# "gcc" should go away for llvm, but some things still hardwire it
TOOLCHAIN="ar as nm cc make ld gcc objdump"