diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2012-08-08 19:58:26 +0200 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2012-08-08 19:59:29 +0200 |
commit | a28106dc2615ff8d18368b5c8efd0cb43b56166a (patch) | |
tree | 22b7885a328bf1a1c5a380a2d6f8b98df741e402 /rbutil | |
parent | 6b16ac1cf3d7cad927603fedfd3aa97041e7ff8a (diff) |
Add support for clip+ firmware 1.02.18 to mkamsboot (tested by me)
Change-Id: Ic7d1860c59291e6e5c55b3f91d86de447e53cf66
Diffstat (limited to 'rbutil')
-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 df5a9d5faf..580fde3ebe 100644 --- a/rbutil/mkamsboot/mkamsboot.c +++ b/rbutil/mkamsboot/mkamsboot.c @@ -166,6 +166,7 @@ static struct md5sums sansasums[] = { { MODEL_CLIPPLUS, "01.02.13", "5f89872b79ef440b0e5ee3a7a44328b2" }, { MODEL_CLIPPLUS, "01.02.15", "680a4f521e790ad25b93b1b16f3a207d" }, { MODEL_CLIPPLUS, "01.02.16", "055a53de1dfb09f6cb71c504ad48bd13" }, + { MODEL_CLIPPLUS, "01.02.18", "80b547244438b113e2a55ff0305f12c0" }, { MODEL_FUZEV2, "2.01.17", "8b85fb05bf645d08a4c8c3e344ec9ebe" }, { MODEL_FUZEV2, "2.02.26", "d4f6f85c3e4a8ea8f2e5acc421641801" }, |