summaryrefslogtreecommitdiff
path: root/package/hotplug
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-09 21:19:47 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-09 21:19:47 +0000
commitbb05a9ad46cd8c743ccdda99578ca424073f7a4d (patch)
treeea4e25b4fb8714ca2bc89e634f5ba94845f50318 /package/hotplug
parentbad642827254b85395c02e806a010e3c65cf551c (diff)
Make the TAR_VERBOSITY option a bit more sane
Diffstat (limited to 'package/hotplug')
-rw-r--r--package/hotplug/hotplug.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug/hotplug.mk b/package/hotplug/hotplug.mk
index 0b405bec4..293bf6228 100644
--- a/package/hotplug/hotplug.mk
+++ b/package/hotplug/hotplug.mk
@@ -11,7 +11,7 @@ $(DL_DIR)/$(HOTPLUG_SOURCE):
$(WGET) -P $(DL_DIR) $(HOTPLUG_SITE)/$(HOTPLUG_SOURCE)
$(HOTPLUG_DIR): $(DL_DIR)/$(HOTPLUG_SOURCE)
- zcat $(DL_DIR)/$(HOTPLUG_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
+ zcat $(DL_DIR)/$(HOTPLUG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(HOTPLUG_DIR) package/hotplug/ hotplug\*.patch
$(HOTPLUG_DIR)/hotplug: $(HOTPLUG_DIR)