mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +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;
|
||||
if (!man.hasOpkgSupport())
|
||||
{
|
||||
check_done = true;
|
||||
return;
|
||||
}
|
||||
|
||||
man.setUpdateCheckResult(false);
|
||||
|
||||
|
Reference in New Issue
Block a user