mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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 ;)
This commit is contained in:
parent
12df9b4cb3
commit
4700ea5af2
@ -459,7 +459,7 @@ $(TARGET_DIR)/boot/busybox.config: $(BUSYBOX_DIR)/.config
|
|||||||
/tftpboot/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
|
/tftpboot/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
|
||||||
-mkdir -p /tftpboot
|
-mkdir -p /tftpboot
|
||||||
-cp -dpf $(LINUX26_KERNEL) $@
|
-cp -dpf $(LINUX26_KERNEL) $@
|
||||||
touch $@
|
-touch $@
|
||||||
|
|
||||||
ifneq ($(LINUX_COPYTO),/tftpboot)
|
ifneq ($(LINUX_COPYTO),/tftpboot)
|
||||||
$(LINUX_COPYTO)/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
|
$(LINUX_COPYTO)/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user