Skip to content

Commit d71a411

Browse files
authored
Merge branch 'openwrt:master' into add_mktag_kernel
2 parents 84614ec + 5192cf9 commit d71a411

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mktplinkfw2.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ static struct flash_layout layouts[] = {
149149
.kernel_la = 0x80000000,
150150
.kernel_ep = 0x80000000,
151151
.rootfs_ofs = 0x140000,
152+
}, {
153+
.id = "16Mmtk",
154+
.fw_max_len = 0xfa0000,
155+
.kernel_la = 0x80000000,
156+
.kernel_ep = 0x80000000,
157+
.rootfs_ofs = 0x140000,
152158
}, {
153159
.id = "8MSUmtk", /* Split U-Boot OS */
154160
.fw_max_len = 0x770000,

0 commit comments

Comments
 (0)