mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
Apollo/Kronos: Display backup options for 'var' and 'root1'...
...only if are mounted. - Using /proc/mounts to find correct mountpoint for backup
This commit is contained in:
@@ -113,4 +113,7 @@ inline void cstrncpy(char *dest, const std::string &src, size_t n) { n--; strncp
|
||||
std::vector<std::string> split(const std::string &s, char delim);
|
||||
|
||||
bool split_config_string(const std::string &str, std::map<std::string,std::string> &smap);
|
||||
|
||||
std::string getJFFS2MountPoint(int mtdPos);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user