summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:31:47 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-08 12:31:47 +0100
commit26774ece35dd435345ca862a4d09ac94ed89e47b (patch)
tree062461d5829321aad26a484d5ac0f89c19697c10 /utils
parent80d91e0cf5cd544aec8f081543204749c9a08238 (diff)
downloadrockbox-26774ece35dd435345ca862a4d09ac94ed89e47b.tar.gz
rockbox-26774ece35dd435345ca862a4d09ac94ed89e47b.zip
nwztools: add NW-WM1 kas
Like the NW-A30, we don't know how to use it, but record it anyway. Change-Id: Iebd26637253613625a4885afe88695ad3ffb0605
Diffstat (limited to 'utils')
-rw-r--r--utils/nwztools/upgtools/upg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/nwztools/upgtools/upg.c b/utils/nwztools/upgtools/upg.c
index 2154dddb5b..7f55a257cd 100644
--- a/utils/nwztools/upgtools/upg.c
+++ b/utils/nwztools/upgtools/upg.c
@@ -41,6 +41,7 @@ struct nwz_model_t g_model_list[] =
41 /* The following models use a different encryption, but we put the KAS here 41 /* The following models use a different encryption, but we put the KAS here
42 * to not forget them */ 42 * to not forget them */
43 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" }, 43 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" },
44 { "nw-wm1", false, "e8d171a5d92f35eed9658c03fb9f86a169591659851fd7c49525f587a70b" },
44 { 0 } 45 { 0 }
45}; 46};
46 47