mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-05 04:58:15 +00:00
tools/firmware-utils: Add Archer C50 to mktplinkfw2
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
This commit is contained in:
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
Block a user