From: Yousong Zhou Date: Sat, 31 Dec 2016 17:06:30 +0000 (+0800) Subject: build: unzip: perform operations quietly X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4ebb13a0ef66ba5435a0173954238498f3ce7a53;p=openwrt%2Fstaging%2Fthess.git build: unzip: perform operations quietly Signed-off-by: Yousong Zhou --- diff --git a/include/unpack.mk b/include/unpack.mk index 41ff439242..a139827490 100644 --- a/include/unpack.mk +++ b/include/unpack.mk @@ -7,7 +7,7 @@ HOST_TAR:=$(TAR) TAR_CMD=$(HOST_TAR) -C $(1)/.. $(TAR_OPTIONS) -UNZIP_CMD=unzip -d $(1)/.. $(DL_DIR)/$(PKG_SOURCE) +UNZIP_CMD=unzip -q -d $(1)/.. $(DL_DIR)/$(PKG_SOURCE) ifeq ($(PKG_SOURCE),) PKG_UNPACK ?= true