update_check_packages: set check done if no opkg support available

Origin commit data
------------------
Branch: ni/coolstream
Commit: dcba8944d8
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-04-10 (Sat, 10 Apr 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2021-04-10 22:19:43 +02:00
committed by vanhofen
parent 420366b890
commit 5f598f9f43

View File

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