mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
* Software Update with apply the settings (Part1)
- Settings are applied to the image before flashing - Use the function on the menu "Software Update => Expert functions => Write one partition => systemFS with settings" - Log output to /tmp/update.log for testing - Use settingsupdate.conf as config file
This commit is contained in:
@@ -74,11 +74,12 @@ class CFlashExpert : public CProgressWindow
|
||||
void showFileSelector(const std::string & actionkey);
|
||||
|
||||
void readmtd(int readmtd);
|
||||
void writemtd(const std::string & filename, int mtdNumber);
|
||||
|
||||
public:
|
||||
CFlashExpert();
|
||||
static CFlashExpert* getInstance();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
void writemtd(const std::string & filename, int mtdNumber);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user