mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
mkzenboot: Add support for 1.21.03 (US) firmware on the ZEN
The EU variant was already listed, but the US was not. Change-Id: I8445a9e906ecd891f1ca571a4a3d7aa146e69698
This commit is contained in:
parent
6314eae268
commit
26d22a64c9
1 changed files with 5 additions and 1 deletions
|
|
@ -186,10 +186,14 @@ static const struct zen_md5sum_t zen_sums[] =
|
|||
MODEL_ZENV, "2f6d3e619557583c30132ac87221bc3e", "1.32.01e"
|
||||
},
|
||||
/** Zen */
|
||||
{
|
||||
/* Version 1.21.03 */
|
||||
MODEL_ZEN, "08ea23a65d89a8d352753ee22f8d6a61", "1.21.03"
|
||||
},
|
||||
{
|
||||
/* Version 1.21.03e */
|
||||
MODEL_ZEN, "1fe28f587f87ac3c280281db28c42465", "1.21.03e"
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
#define NR_ZEN_PLAYERS (sizeof(zen_players) / sizeof(zen_players[0]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue