summaryrefslogtreecommitdiffstats
path: root/package/rt2x00/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt2x00/Makefile')
-rw-r--r--package/rt2x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index b250f1f62..4d63963bc 100644
--- 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