mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 18:30:14 +02:00
Changed bridge to zcat from bzcat - sf fixed the archive
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@69 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
16580b1e00
commit
6f22d623d0
@ -17,7 +17,7 @@ $(DL_DIR)/$(BRIDGE_SOURCE):
|
||||
|
||||
$(BRIDGE_BUILD_DIR)/.unpacked: $(DL_DIR)/$(BRIDGE_SOURCE)
|
||||
# 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
|
||||
touch $(BRIDGE_BUILD_DIR)/.unpacked
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user