X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=4a0509ac00380a272821158b22a29abd0150f511;hb=7694c5cf0edc51e7a9cea188143c6fef2f38f442;hp=b2f569919d547e78094e0815c2409a22486a2ef7;hpb=ed768ae4b2f744883765cae4d7e5f7f62249de01;p=openwrt%2Fstaging%2Fyousong.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index b2f569919d..4a0509ac00 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -164,9 +164,6 @@ $(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \ $(eval $(call SetupHostCommand,file,Please install the 'file' package, \ file --version 2>&1 | grep file)) -$(eval $(call SetupHostCommand,xz,Please install xz-utils, \ - xz --version | grep XZ)) - ifneq ($(HOST_OS),Darwin) $(eval $(call SetupHostCommand,openssl,Please install the 'openssl' utility, \ openssl version | grep '\(OpenSSL\|LibreSSL\)'))