summaryrefslogtreecommitdiffstats
path: root/target/linux/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/rules.mk')
-rw-r--r--target/linux/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rules.mk b/target/linux/rules.mk
index c9cf9c5e5..f0f2e72db 100644
--- a/target/linux/rules.mk
+++ b/target/linux/rules.mk
@@ -68,7 +68,7 @@ $$(PKG_$(1)): $(LINUX_DIR)/.modules_done
echo "Depends: $$(IDEPEND_$(1))" >> $$(I_$(1))/CONTROL/control
ifneq ($(strip $(3)),)
mkdir -p $$(I_$(1))/lib/modules/$(LINUX_VERSION)
- cp $(3) $$(I_$(1))/lib/modules/$(LINUX_VERSION)
+ $(CP) $(3) $$(I_$(1))/lib/modules/$(LINUX_VERSION)
endif
ifneq ($(6),)
mkdir -p $$(I_$(1))/etc/modules.d