opkg_manager: add option for silent screen

Help to control some screen messages, avoids unintended or disturbing messages, e.g.
on update checks at background.


Origin commit data
------------------
Branch: ni/coolstream
Commit: b3adbf51fa
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-10 (Fri, 10 Jan 2020)

Origin message was:
------------------
opkg_manager: add option for silent screen

Help to control some screen messages, avoids unintended or disturbing messages, e.g.
on update checks at background.


------------------
This commit was generated by Migit
This commit is contained in:
2020-01-10 22:30:25 +01:00
committed by vanhofen
parent 0303a556bb
commit e6ee9c0233
2 changed files with 43 additions and 21 deletions

View File

@@ -49,6 +49,7 @@ class COPKGManager : public CMenuTarget
void loadConfig();
struct pkg;
void init();
bool silent; // Controls some screen messages, eg, avoids unintended or disturbing messages on update checks at background.
//config
std::string config_src[OPKG_MAX_FEEDS];
std::vector<std::string> config_dest;