- add --enable-pkg-management configure switch; default=no

Conflicts:
	src/gui/Makefile.am
	src/gui/update_settings.cpp
	src/neutrino.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>

Added vanhofens flash update check.
Reason: build was broken and makes maintenance easier.
This commit is contained in:
svenhoefer
2021-04-11 00:13:36 +02:00
committed by Thilo Graf
parent 64e74ea306
commit 03bc0b96a0
10 changed files with 210 additions and 18 deletions

View File

@@ -829,7 +829,9 @@ struct SNeutrinoSettings
std::string softupdate_proxyusername;
std::string softupdate_proxypassword;
int softupdate_autocheck;
#if ENABLE_PKG_MANAGEMENT
int softupdate_autocheck_packages;
#endif
int softupdate_name_mode_apply;
int softupdate_name_mode_backup;
int apply_settings;