projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add free bcm43xx driver as patch for brcm-2.6, needs more testing and Makefile change...
[openwrt.git]
/
openwrt
/
package
/
iptables-snmp
/
Makefile
diff --git
a/openwrt/package/iptables-snmp/Makefile
b/openwrt/package/iptables-snmp/Makefile
index
269a109
..
dbf35c8
100644
(file)
--- a/
openwrt/package/iptables-snmp/Makefile
+++ b/
openwrt/package/iptables-snmp/Makefile
@@
-56,7
+56,7
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_IPTABLES_SNMP):
install -d -m0755 $(IDIR_IPTABLES_SNMP)/usr/lib
$(IPKG_IPTABLES_SNMP):
install -d -m0755 $(IDIR_IPTABLES_SNMP)/usr/lib
-
cp -fpR
$(PKG_INSTALL_DIR)/usr/lib/iptables-snmp.so $(IDIR_IPTABLES_SNMP)/usr/lib
+
$(CP)
$(PKG_INSTALL_DIR)/usr/lib/iptables-snmp.so $(IDIR_IPTABLES_SNMP)/usr/lib
$(RSTRIP) $(IDIR_IPTABLES_SNMP)
$(IPKG_BUILD) $(IDIR_IPTABLES_SNMP) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_IPTABLES_SNMP)
$(IPKG_BUILD) $(IDIR_IPTABLES_SNMP) $(PACKAGE_DIR)
This page took
0.0244 seconds
and
4
git commands to generate.