diff options
Diffstat (limited to 'package/tinyx/tinyx.mk')
-rw-r--r-- | package/tinyx/tinyx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyx/tinyx.mk b/package/tinyx/tinyx.mk index 66bf40d53..24845455d 100644 --- a/package/tinyx/tinyx.mk +++ b/package/tinyx/tinyx.mk @@ -70,7 +70,7 @@ $(DL_DIR)/host.def: # rule to make sure that we have the source, and it is configured. # $(TINYX_DIR)/.configure: $(DL_DIR)/$(TINYX_SOURCE) $(DL_DIR)/cross.def $(DL_DIR)/host.def - $(TINYX_CAT) $(DL_DIR)/$(TINYX_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f - + $(TINYX_CAT) $(DL_DIR)/$(TINYX_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - toolchain/patch-kernel.sh $(TINYX_DIR) package/tinyx/ tinyx*.patch cp $(DL_DIR)/host.def $(TINYX_CF)/host.def cp $(DL_DIR)/cross.def $(TINYX_CF)/cross.def |