summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorMike Frysinger2004-10-09 21:05:40 +0200
committerMike Frysinger2004-10-09 21:05:40 +0200
commit3a7b4883665e0071614f2e12ab38b4b11a73bb8a (patch)
tree61eea098d4951daa5efc6642b92db5b307501958 /package/iptables
parentsupport tar verbosity (diff)
downloadbuildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.gz
buildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.tar.xz
buildroot-3a7b4883665e0071614f2e12ab38b4b11a73bb8a.zip
use $(TAR_VERBOSITY)
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index dac8c0170..69a5802b0 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -11,7 +11,7 @@ $(DL_DIR)/$(IPTABLES_SOURCE):
$(WGET) -P $(DL_DIR) $(IPTABLES_SOURCE_URL)/$(IPTABLES_SOURCE)
$(IPTABLES_BUILD_DIR)/.unpacked: $(DL_DIR)/$(IPTABLES_SOURCE)
- bzcat $(DL_DIR)/$(IPTABLES_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ bzcat $(DL_DIR)/$(IPTABLES_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
touch $(IPTABLES_BUILD_DIR)/.unpacked
$(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked