mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
firmware-utils/mktplinkfw: add an option to generate 16MiB images
Signed-off-by: Andrew 'Necromant' Andrianov <andrew@ncrmnt.org> Patchwork: http://patchwork.openwrt.org/patch/2449/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40034
This commit is contained in:
parent
02f2e90d5f
commit
6aae3694c9
@ -186,6 +186,18 @@ static struct flash_layout layouts[] = {
|
|||||||
.kernel_la = 0x80060000,
|
.kernel_la = 0x80060000,
|
||||||
.kernel_ep = 0x80060000,
|
.kernel_ep = 0x80060000,
|
||||||
.rootfs_ofs = 0x100000,
|
.rootfs_ofs = 0x100000,
|
||||||
|
}, {
|
||||||
|
.id = "16M",
|
||||||
|
.fw_max_len = 0xf80000,
|
||||||
|
.kernel_la = 0x80060000,
|
||||||
|
.kernel_ep = 0x80060000,
|
||||||
|
.rootfs_ofs = 0x140000,
|
||||||
|
}, {
|
||||||
|
.id = "16Mlzma",
|
||||||
|
.fw_max_len = 0xf80000,
|
||||||
|
.kernel_la = 0x80060000,
|
||||||
|
.kernel_ep = 0x80060000,
|
||||||
|
.rootfs_ofs = 0x100000,
|
||||||
}, {
|
}, {
|
||||||
.id = "16Mppc",
|
.id = "16Mppc",
|
||||||
.fw_max_len = 0xf80000,
|
.fw_max_len = 0xf80000,
|
||||||
|
Loading…
Reference in New Issue
Block a user