mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
Changed bridge to zcat from bzcat - sf fixed the archive
SVN-Revision: 69
This commit is contained in:
parent
62f521be1e
commit
954b5a82ce
@ -17,7 +17,7 @@ $(DL_DIR)/$(BRIDGE_SOURCE):
|
|||||||
|
|
||||||
$(BRIDGE_BUILD_DIR)/.unpacked: $(DL_DIR)/$(BRIDGE_SOURCE)
|
$(BRIDGE_BUILD_DIR)/.unpacked: $(DL_DIR)/$(BRIDGE_SOURCE)
|
||||||
# ack! it's a .tgz which is really a bzip
|
# ack! it's a .tgz which is really a bzip
|
||||||
bzcat $(DL_DIR)/$(BRIDGE_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
zcat $(DL_DIR)/$(BRIDGE_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||||
patch -p1 -d $(BRIDGE_BUILD_DIR) < $(SOURCE_DIR)/bridge.patch
|
patch -p1 -d $(BRIDGE_BUILD_DIR) < $(SOURCE_DIR)/bridge.patch
|
||||||
touch $(BRIDGE_BUILD_DIR)/.unpacked
|
touch $(BRIDGE_BUILD_DIR)/.unpacked
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user