Allow build to complete, even if tftpboot is not writeable by user
This commit is contained in:
parent
1262117ee6
commit
ed638f6feb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user