mirror of https://github.com/hak5/openwrt.git
tools/firmware-utils: Add Archer C50 to mktplinkfw2
Signed-off-by: Henryk Heisig <hyniu@o2.pl>lede-17.01
parent
01fb393c67
commit
6e0eccc5aa
|
@ -184,6 +184,13 @@ static struct board_info boards[] = {
|
||||||
.hw_rev = 0x2f,
|
.hw_rev = 0x2f,
|
||||||
.layout_id = "16Mltq",
|
.layout_id = "16Mltq",
|
||||||
.hdr_ver = 2,
|
.hdr_ver = 2,
|
||||||
|
}, {
|
||||||
|
.id = "ArcherC50",
|
||||||
|
.hw_id = 0xc7500001,
|
||||||
|
.hw_rev = 69,
|
||||||
|
.layout_id = "8Mmtk",
|
||||||
|
.hdr_ver = 3,
|
||||||
|
.endian_swap = true,
|
||||||
}, {
|
}, {
|
||||||
/* terminating entry */
|
/* terminating entry */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue