Skip to content

Commit

Permalink
tools/firmware-utils: Add Archer C50 to mktplinkfw2
Browse files Browse the repository at this point in the history
Signed-off-by: Henryk Heisig <[email protected]>
  • Loading branch information
heinzek authored and wigyori committed Jun 24, 2016
1 parent e1038d3 commit dafbd7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/firmware-utils/src/mktplinkfw2.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@ static struct board_info boards[] = {
.hw_rev = 0x2f,
.layout_id = "16Mltq",
.hdr_ver = 2,
}, {
.id = "ArcherC50",
.hw_id = 0xc7500001,
.hw_rev = 69,
.layout_id = "8Mmtk",
.hdr_ver = 3,
.endian_swap = true,
}, {
/* terminating entry */
}
Expand Down

0 comments on commit dafbd7f

Please sign in to comment.