patch madwifi-ng to use master mode by default
[openwrt.git] / openwrt / target / linux / rules.mk
index c9cf9c5..f0f2e72 100644 (file)
@@ -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
This page took 0.027972 seconds and 4 git commands to generate.