projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0cc509
)
Changed bridge to zcat from bzcat - sf fixed the archive
author
Gerry Rozema
<gerryr@rozeware.com>
Tue, 8 Jun 2004 09:10:30 +0000
(09:10 +0000)
committer
Gerry Rozema
<gerryr@rozeware.com>
Tue, 8 Jun 2004 09:10:30 +0000
(09:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@69
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
obsolete-buildroot/make/bridge.mk
patch
|
blob
|
history
diff --git
a/obsolete-buildroot/make/bridge.mk
b/obsolete-buildroot/make/bridge.mk
index
ad0bcfb
..
ff75dd7
100644
(file)
--- a/
obsolete-buildroot/make/bridge.mk
+++ b/
obsolete-buildroot/make/bridge.mk
@@
-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
-
b
zcat $(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