summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-10-20 19:46:35 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2017-10-20 19:46:35 +0200
commit6e79c4cb7c6cb9679a7de9bbb26d6c4b12906a6b (patch)
tree29d0044ca197653218ab28a5c708ae86635f58ee /utils/nwztools/upgtools
parent1eab18c9e41c0635fb5576ba35c7a053e533d518 (diff)
downloadrockbox-6e79c4cb7c6cb9679a7de9bbb26d6c4b12906a6b.tar.gz
rockbox-6e79c4cb7c6cb9679a7de9bbb26d6c4b12906a6b.zip
nwztools: add KAS for NW-A40 series
Change-Id: I6e22ba0a58eb62dcc9f2025ee7233f5afae1bbec
Diffstat (limited to 'utils/nwztools/upgtools')
-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 5181ea897b..cbdc281e85 100644
--- a/utils/nwztools/upgtools/upg.c
+++ b/utils/nwztools/upgtools/upg.c
@@ -48,6 +48,7 @@ struct nwz_model_t g_model_list[] =
48 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" }, 48 { "nw-a30", false, "c40d91e7efff3e3aa5c8831dd85526fe4972086283419c8cd8fa3b7dcd39" },
49 { "nw-wm1", false, "e8d171a5d92f35eed9658c03fb9f86a169591659851fd7c49525f587a70b" }, 49 { "nw-wm1", false, "e8d171a5d92f35eed9658c03fb9f86a169591659851fd7c49525f587a70b" },
50 { "nw-zx300", false, "3ab5bbcb999463c50aaa957496b066c6b76a25f4505bf5b42c0bc4815cbe3db6" }, 50 { "nw-zx300", false, "3ab5bbcb999463c50aaa957496b066c6b76a25f4505bf5b42c0bc4815cbe3db6" },
51 { "nw-nwa40", false, "a0d2b1317794074aff77dd2afb9c7aa6b28d6cf24a5e5eb60df87a87eb562de5" },
51 { 0 } 52 { 0 }
52}; 53};
53 54