mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-29 20:41:57 +00:00
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:
parent
e6280655c4
commit
ce7562712e
@ -2747,6 +2747,7 @@ fu_engine_add_releases_for_device_component (FuEngine *self,
|
|||||||
g_autoptr(GPtrArray) releases_tmp = NULL;
|
g_autoptr(GPtrArray) releases_tmp = NULL;
|
||||||
|
|
||||||
if (!fu_engine_check_requirements (self, task,
|
if (!fu_engine_check_requirements (self, task,
|
||||||
|
FWUPD_INSTALL_FLAG_OFFLINE |
|
||||||
FWUPD_INSTALL_FLAG_ALLOW_REINSTALL |
|
FWUPD_INSTALL_FLAG_ALLOW_REINSTALL |
|
||||||
FWUPD_INSTALL_FLAG_ALLOW_OLDER,
|
FWUPD_INSTALL_FLAG_ALLOW_OLDER,
|
||||||
error))
|
error))
|
||||||
|
Loading…
Reference in New Issue
Block a user