update_check_packages: set check done if no opkg support available

Origin commit data
------------------
Commit: 59223efb01
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-04-10 (Sat, 10 Apr 2021)
This commit is contained in:
2021-04-10 22:14:39 +02:00
committed by vanhofen
parent ad7503bd71
commit f04b87b959

View File

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