summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:03 +0000
commit00bcebeb4cabcaa630ee940f8bd15d29a563afa6 (patch)
tree352b3dbe658c8be5470d509916d84d39479a834f /rules.mk
parent2ba3e0ebe6b43ce38e54b2c9dac2909ed0ce29d2 (diff)
downloadmaster-31e0f0ae-00bcebeb4cabcaa630ee940f8bd15d29a563afa6.tar.gz
master-31e0f0ae-00bcebeb4cabcaa630ee940f8bd15d29a563afa6.tar.bz2
master-31e0f0ae-00bcebeb4cabcaa630ee940f8bd15d29a563afa6.zip
build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39979
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules.mk b/rules.mk
index 5d63227339..0769a09278 100644
--- a/rules.mk
+++ b/rules.mk
@@ -272,12 +272,6 @@ else
DISABLE_IPV6:=--disable-ipv6
endif
-ifeq ($(CONFIG_TAR_VERBOSITY),y)
- TAR_OPTIONS:=-xvf -
-else
- TAR_OPTIONS:=-xf -
-endif
-
ifeq ($(CONFIG_BUILD_LOG),y)
BUILD_LOG:=1
endif