From ed638f6feb504ce23602af5b3d8db34ab12da0fa Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 15 Apr 2008 21:46:47 +0000 Subject: Allow build to complete, even if tftpboot is not writeable by user --- target/linux/Makefile.in.advanced | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux') diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 39a1fb75c..c686d384b 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -438,8 +438,8 @@ $(TARGET_DIR)/boot/busybox.config: $(BUSYBOX_DIR)/.config cp -dpf .config $(TARGET_DIR)/boot/busybox.config /tftpboot/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL) - mkdir -p /tftpboot - cp -dpf $(LINUX26_KERNEL) /tftpboot/$(LINUX26_KERNEL_NAME) + -mkdir -p /tftpboot + -cp -dpf $(LINUX26_KERNEL) /tftpboot/$(LINUX26_KERNEL_NAME) $(LINUX_COPYTO)/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL) mkdir -p $(LINUX_COPYTO) -- cgit v1.2.3