mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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