Add remote control server to rootfs
This commit is contained in:
parent
73aecdc4c8
commit
27fc4236e4
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue