Softupdate: Check the available disk space when reading the flash

This commit is contained in:
Michael Liebmann
2013-08-20 02:23:10 +02:00
parent bc069b0a84
commit a3762416af
6 changed files with 47 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ class CFlashExpert : public CProgressWindow
void showMTDSelector(const std::string & actionkey);
void showFileSelector(const std::string & actionkey);
bool checkSize(int mtd, std::string &backupFile);
void readmtd(int readmtd);
public: