diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-22 19:52:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-22 19:52:48 +0000 |
commit | e7a9ff8b70948c34a9b1e844aeaf58438c8e853e (patch) | |
tree | cad6c9763ffdb9cef0fcf0af96bd556fa8bb6dc3 /include/unpack.mk | |
parent | 58933441da2741b8ff219762d9d42d04274c75bb (diff) | |
download | upstream-e7a9ff8b70948c34a9b1e844aeaf58438c8e853e.tar.gz upstream-e7a9ff8b70948c34a9b1e844aeaf58438c8e853e.tar.bz2 upstream-e7a9ff8b70948c34a9b1e844aeaf58438c8e853e.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/unpack.mk')
-rw-r--r-- | include/unpack.mk | 2 |
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) |