update_check_packages: set check done if no opkg support available

This commit is contained in:
2021-04-10 15:51:30 +02:00
parent c618d3aef4
commit 0e378de640

View File

@@ -60,7 +60,10 @@ void CUpdateCheckPackages::check4PackageUpdates()
COPKGManager man;
if (!man.hasOpkgSupport())
{
check_done = true;
return;
}
man.setUpdateCheckResult(false);