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