diff --git a/update.cpp b/update.cpp index 66d9770..0f6783a 100644 --- a/update.cpp +++ b/update.cpp @@ -738,6 +738,10 @@ QStringList Update::getDcSoftAndHardWareVersion() { } bool Update::doUpdate(int &displayIndex, QStringList const &filesToWorkOn) { + // 04.10.2023: deactivated -> first testing of opkg_commands + return true; + + bool serialOpened = false; QString const &parentName = Utils::getParentName();