Skip to content

Commit

Permalink
Merge pull request #91 from ejoerns/v0/topic/update-handler-minor
Browse files Browse the repository at this point in the history
Minor update handler enhancements
  • Loading branch information
jluebbe committed Jan 30, 2017
2 parents 3e80052 + 95959af commit bbafc41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/update_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,9 +749,10 @@ RaucUpdatePair updatepairs[] = {
{"*.vfat", "raw", img_to_raw_handler},
{"*.tar.*", "ext4", tar_to_ext4_handler},
{"*.tar.*", "ubifs", tar_to_ubifs_handler},
{"*.ubifs", "ubifs", img_to_ubivol_handler},
{"*.ubifs", "ubivol", img_to_ubivol_handler},
{"*.img", "nand", img_to_nand_handler},
{"*.img", "ubivol", img_to_ubivol_handler},
{"*.squashfs", "ubivol", img_to_ubivol_handler},
{"*.img", "*", img_to_raw_handler}, /* fallback */
{0}
};
Expand Down

0 comments on commit bbafc41

Please sign in to comment.