summaryrefslogtreecommitdiffstats
path: root/include/unpack.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-22 19:52:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-22 19:52:48 +0000
commit627e974c99ae27e8fd3db0e17c2df4d85f8975fa (patch)
treec016d82c96308726e4810f7147465ecb488f2249 /include/unpack.mk
parentabd13cd85b1f1c6699e4b3d2bb268bb7b860f01e (diff)
downloadmaster-31e0f0ae-627e974c99ae27e8fd3db0e17c2df4d85f8975fa.tar.gz
master-31e0f0ae-627e974c99ae27e8fd3db0e17c2df4d85f8975fa.tar.bz2
master-31e0f0ae-627e974c99ae27e8fd3db0e17c2df4d85f8975fa.zip
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
Diffstat (limited to 'include/unpack.mk')
-rw-r--r--include/unpack.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/unpack.mk b/include/unpack.mk
index 2b33c4cd8e..2d35863095 100644
--- a/include/unpack.mk
+++ b/include/unpack.mk
@@ -11,8 +11,6 @@ ifneq ($(HOST_OS),Linux)
else
HOST_TAR:=$(TAR)
endif
-
-TAR_OPTIONS:=-xf -
TAR_CMD=$(HOST_TAR) -C $(1)/.. $(TAR_OPTIONS)
UNZIP_CMD=unzip -d $(1)/.. $(DL_DIR)/$(PKG_SOURCE)