Skip to content

Commit 0773cd8

Browse files
committed
--copy-unsafe-links for kernel modules
1 parent 170d9ca commit 0773cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/host/rootfs.mk

Lines changed: 1 addition & 1 deletion
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 -aKL build/kernel_modules.fs/ $(@D)
1414

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

0 commit comments

Comments
 (0)