mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 22:28:34 +02:00
update_check_packages: set check done if no opkg support available
This commit is contained in:
@@ -60,7 +60,10 @@ void CUpdateCheckPackages::check4PackageUpdates()
|
|||||||
|
|
||||||
COPKGManager man;
|
COPKGManager man;
|
||||||
if (!man.hasOpkgSupport())
|
if (!man.hasOpkgSupport())
|
||||||
|
{
|
||||||
|
check_done = true;
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
man.setUpdateCheckResult(false);
|
man.setUpdateCheckResult(false);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user