mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-30 16:14:12 +00:00
build: add gzip to prereq-build.mk
gzip has never been checked for, a system without it would be rare, fix it anyway Signed-off-by: Tony Butler <spudz76@gmail.com>
This commit is contained in:
parent
42f0ab028e
commit
f595bebc7f
@ -149,6 +149,9 @@ $(eval $(call SetupHostCommand,stat,Cannot find a file stat utility, \
|
|||||||
gstat -c%s $(TOPDIR)/Makefile, \
|
gstat -c%s $(TOPDIR)/Makefile, \
|
||||||
stat -c%s $(TOPDIR)/Makefile))
|
stat -c%s $(TOPDIR)/Makefile))
|
||||||
|
|
||||||
|
$(eval $(call SetupHostCommand,gzip,Please install 'gzip', \
|
||||||
|
gzip --version </dev/null))
|
||||||
|
|
||||||
$(eval $(call SetupHostCommand,unzip,Please install 'unzip', \
|
$(eval $(call SetupHostCommand,unzip,Please install 'unzip', \
|
||||||
unzip 2>&1 | grep zipfile, \
|
unzip 2>&1 | grep zipfile, \
|
||||||
unzip))
|
unzip))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user