rework VUPLUS defines

Origin commit data
------------------
Commit: e299801f1f
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-12 (Fri, 12 Jun 2020)

Origin message was:
------------------
- rework VUPLUS defines
This commit is contained in:
vanhofen
2020-06-12 22:27:13 +02:00
parent 09be0ea9d3
commit f4cabed2c0
13 changed files with 53 additions and 41 deletions

View File

@@ -674,7 +674,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;