Skip to content

Commit

Permalink
Merge "Add ext2 to our custom release tools." into gingerbread
Browse files Browse the repository at this point in the history
  • Loading branch information
kmobs authored and Gerrit Code Review committed Feb 21, 2011
2 parents 147f64f + 3a96f55 commit 07dee02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion releasetools/encore_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ def load_module_from_file(module_name, filename):
return module

# Add vfat to the partition types
PARTITION_TYPES['vfat'] = "EMMC"
PARTITION_TYPES['vfat'] = "EMMC"
PARTITION_TYPES['ext2'] = "EMMC"

0 comments on commit 07dee02

Please sign in to comment.