trivial: Return upgrades for devices that are only available offline

Logically, an OFFLINE update is just like a UEFI update, and we return those...
This commit is contained in:
Richard Hughes 2019-03-24 12:21:34 +00:00
parent e6280655c4
commit ce7562712e

View File

@ -2747,6 +2747,7 @@ fu_engine_add_releases_for_device_component (FuEngine *self,
g_autoptr(GPtrArray) releases_tmp = NULL;
if (!fu_engine_check_requirements (self, task,
FWUPD_INSTALL_FLAG_OFFLINE |
FWUPD_INSTALL_FLAG_ALLOW_REINSTALL |
FWUPD_INSTALL_FLAG_ALLOW_OLDER,
error))