summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/backup/backuprestore.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp
index 358f663..59e15a2 100644
--- a/noncore/settings/backup/backuprestore.cpp
+++ b/noncore/settings/backup/backuprestore.cpp
@@ -65,5 +65,14 @@ BackupAndRestore::BackupAndRestore( QWidget* parent, const char* name)
if(totalLocations == 0){
+
+/* Ramses has a CF-Slot, but that one is internal and you have to dismount the
+ * the case. There's also almost always a WLAN card inserted there
+*/
+
backupLocations.insert("Documents", "/root/Documents");
+#if defined(QT_QWS_RAMSES)
+ backupLocations.insert("MMC", "/mnt/card");
+#else
backupLocations.insert("CF", "/mnt/cf");
backupLocations.insert("SD", "/mnt/card");
+#endif
}