tools/firmware-utils: Add Archer C50 to mktplinkfw2

Signed-off-by: Henryk Heisig <hyniu@o2.pl>
This commit is contained in:
Henryk Heisig 2016-06-12 23:49:02 +02:00 committed by John Crispin
parent 01fb393c67
commit 6e0eccc5aa
1 changed files with 7 additions and 0 deletions

View File

@ -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 */
}