projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62f521b
)
Changed bridge to zcat from bzcat - sf fixed the archive
author
Gerry Rozema
<groz@openwrt.org>
Tue, 8 Jun 2004 09:10:30 +0000
(09:10 +0000)
committer
Gerry Rozema
<groz@openwrt.org>
Tue, 8 Jun 2004 09:10:30 +0000
(09:10 +0000)
SVN-Revision: 69
obsolete-buildroot/make/bridge.mk
patch
|
blob
|
history
diff --git
a/obsolete-buildroot/make/bridge.mk
b/obsolete-buildroot/make/bridge.mk
index ad0bcfbdf2ea094bd7892e88a2cd78bbff229be7..ff75dd729eacd40d8225cde92a3a184685c15391 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