diff options
Diffstat (limited to 'src/plugins/remotelinux/maddeuploadandinstallpackagesteps.cpp')
-rw-r--r-- | src/plugins/remotelinux/maddeuploadandinstallpackagesteps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/maddeuploadandinstallpackagesteps.cpp b/src/plugins/remotelinux/maddeuploadandinstallpackagesteps.cpp index 6815589e038..0c942c97fc7 100644 --- a/src/plugins/remotelinux/maddeuploadandinstallpackagesteps.cpp +++ b/src/plugins/remotelinux/maddeuploadandinstallpackagesteps.cpp @@ -56,7 +56,7 @@ protected: void doDeviceSetup() { - if (deviceConfiguration()->type() == LinuxDeviceConfiguration::Physical) { + if (deviceConfiguration()->deviceType() == LinuxDeviceConfiguration::Hardware) { handleDeviceSetupDone(true); return; } |