diff options
-rwxr-xr-x | templates/turris4x.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index ca85fa6..e53622d 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -28,7 +28,7 @@ else CCACHE_HOST_DIR="$TWORKSPACE/ccache-host" \ CCACHE_TARGET_DIR="$WORKSPACE/ccache-target" \ ../turris-build/compile_fw -t $BOARD -p $BRANCH repo_prepare - $MAKE toolchain/compile package/usign/host/compile + $MAKE tools/compile toolchain/compile target/compile package/usign/host/compile rm -rf build_dir cd .. rm -rf "$WORKSPACE/openwrt-sdk" |