From fbb8e4be78fd0332fd567c04ace14885fcb000b9 Mon Sep 17 00:00:00 2001 From: Jaro Habiger Date: Thu, 11 Apr 2024 23:47:49 +0200 Subject: [PATCH] rsync --safe-links for kernel modules --- makefiles/host/rootfs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/host/rootfs.mk b/makefiles/host/rootfs.mk index ed89229..dcaab6a 100644 --- a/makefiles/host/rootfs.mk +++ b/makefiles/host/rootfs.mk @@ -10,7 +10,7 @@ OPENOCD_VERSION = d46f28c2ea2611f5fbbc679a5eed253d3dcd2fe3 OPENOCD_SOURCE = build/openocd-$(OPENOCD_VERSION).git build/root.fs/.install_stamp: $(shell find makefiles/in_chroot/) build/root.fs/opt/axiom-firmware/.install_stamp $(LINUX_SOURCE)/arch/arm/boot/zImage build/root.fs/.base_install build/webui/dist/index.html build/nctrl/target/armv7-unknown-linux-musleabihf/release/nctrl $(OPENOCD_SOURCE)/.build_stamp - rsync -aK build/kernel_modules.fs/ $(@D) + rsync --safe-links -aK build/kernel_modules.fs/ $(@D) cp -r build/webui/dist $(@D)/opt/axiom-firmware/software/webui