Signed-off-by: Dieter Pfeuffer <[email protected]>
---
tools/firmware-utils/src/mktplinkfw.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tools/firmware-utils/src/mktplinkfw.c
b/tools/firmware-utils/src/mktplinkfw.c
index 43840a9..86ddb91 100644
--- a/tools/firmware-utils/src/mktplinkfw.c
+++ b/tools/firmware-utils/src/mktplinkfw.c
@@ -215,6 +215,12 @@ static struct flash_layout layouts[] = {
.kernel_ep = 0xc0000000,
.rootfs_ofs = 0x2a0000,
}, {
+ .id = "32Mppc",
+ .fw_max_len = 0x1e00000,
+ .kernel_la = 0x1010000,
+ .kernel_ep = 0x1010000,
+ .rootfs_ofs = 0x800000,
+ }, {
/* terminating entry */
}
};
--
1.9.1
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel