mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
Softupdate: Use user-defined file names
for apply settings and saving partitions from the flash.
This commit is contained in:
@@ -81,6 +81,11 @@ class CExtUpdate
|
||||
MODE_EXPERT = 0,
|
||||
MODE_SOFTUPDATE = 1
|
||||
};
|
||||
enum {
|
||||
SOFTUPDATE_NAME_DEFAULT,
|
||||
SOFTUPDATE_NAME_HOSTNAME_TIME,
|
||||
SOFTUPDATE_NAME_ORGNAME_TIME
|
||||
};
|
||||
CExtUpdate();
|
||||
~CExtUpdate();
|
||||
static CExtUpdate* getInstance();
|
||||
|
Reference in New Issue
Block a user