mirror of https://github.com/hak5/openwrt.git
tools/firmware-utils: mktplinkfw2: add Qualcomm layouts
This commit adds the partition layout used by the TP-Link Archer D50 and probably by the TP-Link Archer D7 to mktplinkfw2. Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>openwrt-19.07
parent
aee5c98619
commit
c349cc5752
|
@ -158,6 +158,18 @@ static struct flash_layout layouts[] = {
|
|||
.kernel_la = 0x80000000,
|
||||
.kernel_ep = 0x80000000,
|
||||
.rootfs_ofs = 0x140000,
|
||||
}, {
|
||||
.id = "8Mqca",
|
||||
.fw_max_len = 0x7a0000,
|
||||
.kernel_la = 0x80060000,
|
||||
.kernel_ep = 0x80060000,
|
||||
.rootfs_ofs = 0x140000,
|
||||
}, {
|
||||
.id = "16Mqca",
|
||||
.fw_max_len = 0xf90000,
|
||||
.kernel_la = 0x80060000,
|
||||
.kernel_ep = 0x80060000,
|
||||
.rootfs_ofs = 0x140000,
|
||||
}, {
|
||||
/* terminating entry */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue