- rework VUPLUS defines

Conflicts:
	src/gui/cam_menu.cpp
	src/neutrino_menue.cpp
	src/zapit/src/zapit.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-06-12 22:27:13 +02:00
committed by Thilo Graf
parent 77f774d0a6
commit df692287d8
13 changed files with 59 additions and 41 deletions

View File

@@ -675,7 +675,7 @@ int CFlashUpdate::exec(CMenuTarget* parent, const std::string &actionKey)
bool active = !strcmp(c, to_string(i).c_str());
bool enable = true;
std::string m_title = "Partition " + to_string(i);
#if BOXMODEL_VUPLUS4K
#if BOXMODEL_VUPLUS_ARM
// own partition blocked, because fix needed for flashing own partition
if (active)
enable = false;