Skip to content

Commit 74da166

Browse files
committed
rsync --safe-links for kernel modules
1 parent 2f8b20c commit 74da166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/host/rootfs.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OPENOCD_VERSION = d46f28c2ea2611f5fbbc679a5eed253d3dcd2fe3
1010
OPENOCD_SOURCE = build/openocd-$(OPENOCD_VERSION).git
1111

1212
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
13-
rsync -aK build/kernel_modules.fs/ $(@D)
13+
rsync --safe-links -aK build/kernel_modules.fs/ $(@D)
1414

1515
cp -r build/webui/dist $(@D)/opt/axiom-firmware/software/webui
1616

0 commit comments

Comments
 (0)