Add remote control server to rootfs

This commit is contained in:
Joris van Rantwijk 2024-09-28 21:25:44 +02:00
parent 73aecdc4c8
commit 27fc4236e4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ cp -a src/linux_driver/puzzlefw.ko "$TARGET/opt/puzzlefw/driver"
# Add userspace software to rootfs image.
mkdir -p "$TARGET/opt/puzzlefw/bin"
cp -a src/userspace/puzzlecmd "$TARGET/opt/puzzlefw/bin"
cp -a src/userspace/puzzlecmd src/userspace/remotectl "$TARGET/opt/puzzlefw/bin"
make -C "$BUILDROOT_DIR"