diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2012-04-08 11:46:02 +0200 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2012-04-08 11:46:02 +0200 |
commit | a12b2a5df96233465a2811f9b056e15d7ff30ee2 (patch) | |
tree | 18c388393659a32d6cd150592ac5527e8268cba1 /rbutil/mkamsboot | |
parent | 80f9577d815e670cbf1110e9a4d52212371f6af6 (diff) |
mkamsboot: add support for clip zip original firmware 01.01.20 (tested by me)
Change-Id: I1d071539d496c63f47d305375e244f9fbe107ced
Diffstat (limited to 'rbutil/mkamsboot')
-rw-r--r-- | rbutil/mkamsboot/mkamsboot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c index 05b862376a..71ad68fdda 100644 --- a/rbutil/mkamsboot/mkamsboot.c +++ b/rbutil/mkamsboot/mkamsboot.c @@ -176,6 +176,7 @@ static struct md5sums sansasums[] = { { MODEL_CLIPZIP, "1.01.15", "f62af954334cd9ba1a87a7fa58ec6074" }, { MODEL_CLIPZIP, "1.01.17", "27bcb343d6950f35dc261629e22ba60c" }, { MODEL_CLIPZIP, "1.01.18", "ef16aa9e02b49885ebede5aa149502e8" }, + { MODEL_CLIPZIP, "1.01.20", "d88c8977cc6a952d3f51ece105869d97" }, }; #define NUM_MD5S (sizeof(sansasums)/sizeof(sansasums[0])) |