Skip to content

Commit

Permalink
--copy-unsafe-links for kernel modules
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Apr 11, 2024
1 parent 170d9ca commit cd8241d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/host/rootfs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 --copy-unsafe-links -aK build/kernel_modules.fs/ $(@D)

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

Expand Down

0 comments on commit cd8241d

Please sign in to comment.