summaryrefslogtreecommitdiffstats
path: root/variables.h
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-01-23 19:50:52 +0100
committerDees_Troy <dees_troy@teamw.in>2013-01-24 20:45:54 +0100
commit6a042c84430ce5df773d50770b480a46a920f7a3 (patch)
treedc1b71734f696f293d0750f6729b00698b85aee9 /variables.h
parentchange tar create to pthread (diff)
downloadandroid_bootable_recovery-6a042c84430ce5df773d50770b480a46a920f7a3.tar
android_bootable_recovery-6a042c84430ce5df773d50770b480a46a920f7a3.tar.gz
android_bootable_recovery-6a042c84430ce5df773d50770b480a46a920f7a3.tar.bz2
android_bootable_recovery-6a042c84430ce5df773d50770b480a46a920f7a3.tar.lz
android_bootable_recovery-6a042c84430ce5df773d50770b480a46a920f7a3.tar.xz
android_bootable_recovery-6a042c84430ce5df773d50770b480a46a920f7a3.tar.zst
android_bootable_recovery-6a042c84430ce5df773d50770b480a46a920f7a3.zip
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_