projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for madwifi radiotap support (patch by jwright)
[openwrt.git]
/
package
/
raddump
/
Makefile
diff --git
a/package/raddump/Makefile
b/package/raddump/Makefile
index
6908704
..
1526ea8
100755
(executable)
--- a/
package/raddump/Makefile
+++ b/
package/raddump/Makefile
@@
-50,6
+50,6
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_RADDUMP):
mkdir -p $(IDIR_RADDUMP)
$(IPKG_RADDUMP):
mkdir -p $(IDIR_RADDUMP)
-
cp -fpR
$(PKG_INSTALL_DIR)/* $(IDIR_RADDUMP)/
+
$(CP)
$(PKG_INSTALL_DIR)/* $(IDIR_RADDUMP)/
$(RSTRIP) $(IDIR_RADDUMP)
$(IPKG_BUILD) $(IDIR_RADDUMP) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_RADDUMP)
$(IPKG_BUILD) $(IDIR_RADDUMP) $(PACKAGE_DIR)
This page took
0.022944 seconds
and
4
git commands to generate.