partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk"

This complicates the evaluation order for some packages

SVN-Revision: 40006
This commit is contained in:
Felix Fietkau
2014-03-22 19:52:48 +00:00
parent abd13cd85b
commit 627e974c99
3 changed files with 3 additions and 3 deletions

View File

@@ -263,6 +263,8 @@ else
DISABLE_IPV6:=--disable-ipv6
endif
TAR_OPTIONS:=-xf -
ifeq ($(CONFIG_BUILD_LOG),y)
BUILD_LOG:=1
endif