diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-01-23 19:50:52 +0100 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-01-24 20:45:54 +0100 |
commit | 6a042c84430ce5df773d50770b480a46a920f7a3 (patch) | |
tree | dc1b71734f696f293d0750f6729b00698b85aee9 /variables.h | |
parent | change tar create to pthread (diff) | |
download | android_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.h | 4 |
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_ |