projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
do not use kzalloc() in madwifi, for compatibility reasons
[openwrt.git]
/
package
/
rt2x00
/
Makefile
diff --git
a/package/rt2x00/Makefile
b/package/rt2x00/Makefile
index
b250f1f
..
4d63963
100644
(file)
--- a/
package/rt2x00/Makefile
+++ b/
package/rt2x00/Makefile
@@
-139,7
+139,7
@@
PKG_EXTRA_CFLAGS:= \
define Build/Prepare
$(call Build/Prepare/Default)
- $(CP)
-r
src/* $(PKG_BUILD_DIR)/
+ $(CP) src/* $(PKG_BUILD_DIR)/
unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT61FW)
unzip -jod $(PKG_BUILD_DIR) $(DL_DIR)/$(RT71FW)
endef
This page took
0.020764 seconds
and
4
git commands to generate.