summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/brcm-2.6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/target/linux/brcm-2.6/Makefile')
-rw-r--r--openwrt/target/linux/brcm-2.6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/brcm-2.6/Makefile b/openwrt/target/linux/brcm-2.6/Makefile
index 9b2e16c0b..489278a67 100644
--- a/openwrt/target/linux/brcm-2.6/Makefile
+++ b/openwrt/target/linux/brcm-2.6/Makefile
@@ -14,6 +14,6 @@ include ../kernel.mk
$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
[ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
[ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
- @cp config $(LINUX_DIR)/.config
+ @$(CP) config $(LINUX_DIR)/.config
touch $@