summaryrefslogtreecommitdiffstats
path: root/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index 91c1f2c13..0b1c7ab58 100644
--- a/variables.h
+++ b/variables.h
@@ -167,4 +167,8 @@
// Max archive size for tar backups before we split (1.5GB)
#define MAX_ARCHIVE_SIZE 1610612736LLU
+#ifndef CUSTOM_LUN_FILE
+#define CUSTOM_LUN_FILE "/sys/devices/platform/usb_mass_storage/lun%d/file"
+#endif
+
#endif // _VARIABLES_HEADER_