summaryrefslogtreecommitdiffstats
path: root/dosfstools (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-21Fix fsck_msdos symlinkMatt Mower1-1/+1
Change-Id: I3dfc1c2e48b81bb6c41b6aaff6a40684649c656a
2014-12-12Fix compiling of dosfstools for arm64Ethan Yonker1-4/+4
Change-Id: If99d0be4b73cdeb388c6cb1b35a215d3b8b3b58d
2014-11-03Remove dependence on build hax in makefilesMatt Mower1-8/+6
Update makefiles to no longer rely on INTERNAL_RECOVERY_FILES. Define LOCAL_ADDITIONAL_DEPENDENCIES instead. Set LOCAL_LDFLAGS to properly link recovery executable. Change-Id: I4542104c69399b5a19674b9772ab89c3709efa72
2013-01-31Fix mkdosfs 2GB barrierDees_Troy1-1/+1
2013-01-09Add libtar to TWRP instead of using busybox tarbigbiff bigbiff35-0/+8368
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function