From 71012e283db265ba0d4b93400ea802e2a84c46bf Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sat, 3 Dec 2011 15:48:35 +0700 Subject: Allow mass storage mount in system (setprop persist.sys.usb.config mass_storage,adb and reboot to take effect) --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ff84666..9fd8c7f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -85,6 +85,7 @@ WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" # Vold BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true +TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/s3c-usbgadget/gadget/lun%d/file" # Recovery TARGET_USERIMAGES_USE_EXT4 := true -- cgit v1.1