diff options
-rw-r--r-- | include/prereq-build.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 0e145c939b0..9f51c977b7b 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -137,7 +137,12 @@ $(eval $(call SetupHostCommand,unzip,Please install 'unzip', \ unzip 2>&1 | grep zipfile, \ unzip)) +$(eval $(call SetupHostCommand,gzip,Please install 'gzip', \ + pigz --version, \ + gzip --version)) + $(eval $(call SetupHostCommand,bzip2,Please install 'bzip2', \ + pbzip2 --version, \ bzip2 --version </dev/null)) $(eval $(call SetupHostCommand,wget,Please install GNU 'wget', \ |