Added support for ppp filtering, as userland pppd can now support filtering
[openwrt.git] / openwrt / target / linux / ar531x-2.4 / Makefile
index 989bcc4..6e6551b 100644 (file)
@@ -12,6 +12,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 $@
 
This page took 0.022309 seconds and 4 git commands to generate.