Browse Source

linux-advanced: don't error out on non writable /tftpboot

Odd that we have 2x the same target right after eachother, but this is
Makefile.in.advanced ofcourse ;)
Peter Korsgaard 16 years ago
parent
commit
4700ea5af2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/Makefile.in.advanced

+ 1 - 1
target/linux/Makefile.in.advanced

@@ -459,7 +459,7 @@ $(TARGET_DIR)/boot/busybox.config: $(BUSYBOX_DIR)/.config
 /tftpboot/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
 	-mkdir -p /tftpboot
 	-cp -dpf $(LINUX26_KERNEL) $@
-	touch $@
+	-touch $@
 
 ifneq ($(LINUX_COPYTO),/tftpboot)
 $(LINUX_COPYTO)/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)