summaryrefslogtreecommitdiffstats
path: root/rbutil/mkamsboot/mkamsboot.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2013-07-12 22:23:36 +0200
committerBertrik Sikken <bertrik@sikken.nl>2013-07-12 22:23:36 +0200
commit93de093690c660fd4a8b0c5b9d0da2a8d903f301 (patch)
tree70e083ce4696478e10decfe268e3faecb40297c4 /rbutil/mkamsboot/mkamsboot.c
parente04e29d017cd5ecee38e9bbc64f2b68114aa095d (diff)
downloadrockbox-93de093690c660fd4a8b0c5b9d0da2a8d903f301.tar.gz
rockbox-93de093690c660fd4a8b0c5b9d0da2a8d903f301.zip
mkamsboot: add support for clip zip original firmware 01.01.21 (tested by me)
Change-Id: Ief8a8e6dfe87a17285dd5259fd3c4cebfc962643
Diffstat (limited to 'rbutil/mkamsboot/mkamsboot.c')
-rw-r--r--rbutil/mkamsboot/mkamsboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c
index 580fde3ebe..09eb15ee43 100644
--- a/rbutil/mkamsboot/mkamsboot.c
+++ b/rbutil/mkamsboot/mkamsboot.c
@@ -178,6 +178,7 @@ static struct md5sums sansasums[] = {
{ MODEL_CLIPZIP, "1.01.17", "27bcb343d6950f35dc261629e22ba60c" },
{ MODEL_CLIPZIP, "1.01.18", "ef16aa9e02b49885ebede5aa149502e8" },
{ MODEL_CLIPZIP, "1.01.20", "d88c8977cc6a952d3f51ece105869d97" },
+ { MODEL_CLIPZIP, "1.01.21", "92c814d6e3250189706a36d2b49b6152" },
};
#define NUM_MD5S (sizeof(sansasums)/sizeof(sansasums[0]))