* Software Update with apply the settings (Part5)

- Fix 'load mtdram driver'
This commit is contained in:
micha-bbg
2012-10-26 01:46:23 +02:00
parent 4b086415d8
commit baf803c0db
2 changed files with 33 additions and 40 deletions

View File

@@ -60,6 +60,7 @@ class CExtUpdate
bool copyFileList(const std::string & fileList, const std::string & dstPath);
bool readConfig(const std::string & Config);
bool findConfigEntry(std::string & line, std::string find);
bool isMtdramLoad();
FILE * fUpdate;
char updateLogBuf[1024];