summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README1
-rw-r--r--scripts/scan-tools.sh6
2 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 1f4e43461..156d726e2 100644
--- a/README
+++ b/README
@@ -16,7 +16,6 @@ Before you can start you need to install some tools:
- patch
- gzip
- bzip2
-- cpio
- wget
- file
- unzip
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh
index 6d12c80e6..0837c9613 100644
--- a/scripts/scan-tools.sh
+++ b/scripts/scan-tools.sh
@@ -137,12 +137,6 @@ if ! which bzip2 >/dev/null 2>&1; then
out=1
fi
-if ! which cpio >/dev/null 2>&1; then
- echo You must install cpio to continue.
- echo
- out=1
-fi
-
if ! which unzip >/dev/null 2>&1; then
echo You must install unzip to continue.
echo