Skip to content

Commit 470cce4

Browse files
committed
Added support for USB mounting both - internal and external SD
1 parent 52eace6 commit 470cce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BoardConfig.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ CWM_EMMC_RECOVERY_DEVICE_NAME := /dev/recovery
3030
CWM_EMMC_RECOVERY_DEVICE_SIZE := 0x00600000
3131
CWM_EMMC_UBOOT_DEVICE_NAME := /dev/uboot
3232
CWM_EMMC_UBOOT_DEVICE_SIZE := 0x00060000
33+
TARGET_USE_CUSTOM_LUN_FILE_PATH := /sys/devices/platform/mt_usb/gadget/lun%d/file
3334

3435
# Partition sizes
3536
BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00600000

0 commit comments

Comments
 (0)