projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix syslog-ng, remove libol dependency in ipkg/control since statically
[openwrt.git]
/
package
/
bridge
/
Makefile
diff --git
a/package/bridge/Makefile
b/package/bridge/Makefile
index
44b22cd
..
601373b
100644
(file)
--- a/
package/bridge/Makefile
+++ b/
package/bridge/Makefile
@@
-44,6
+44,6
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_BRIDGE):
mkdir -p $(IDIR_BRIDGE)/usr/sbin
$(IPKG_BRIDGE):
mkdir -p $(IDIR_BRIDGE)/usr/sbin
-
cp
$(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/
+
$(CP)
$(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/
$(STRIP) $(IDIR_BRIDGE)/usr/sbin/brctl
$(IPKG_BUILD) $(IDIR_BRIDGE) $(PACKAGE_DIR)
$(STRIP) $(IDIR_BRIDGE)/usr/sbin/brctl
$(IPKG_BUILD) $(IDIR_BRIDGE) $(PACKAGE_DIR)
This page took
0.020031 seconds
and
4
git commands to generate.