Maemo: Re-enable package installation via UTFS mount.

This commit is contained in:
Christian Kandeler
2010-11-02 14:26:24 +01:00
parent f2d14996ad
commit 7edc45a23a
3 changed files with 1 additions and 8 deletions

View File

@@ -168,10 +168,8 @@ bool MaemoRunControlFactory::canRun(RunConfiguration *runConfiguration,
return false;
const int freePortCount = maemoRunConfig->freePorts().count();
#if 0 // TODO: Enable if deployment-via-mount is enabled again, otherwise throw away.
if (maemoRunConfig->toolchain()->allowsRemoteMounts() && freePortCount == 0)
return false;
#endif
const int mountDirCount
= maemoRunConfig->toolchain()->allowsRemoteMounts()
? maemoRunConfig->remoteMounts()->validMountSpecificationCount()