mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 09:24:50 +00:00
create a 'firmware' partition for MZK-W300NH board
SVN-Revision: 16347
This commit is contained in:
parent
4af9570756
commit
45d8b93d06
@ -62,6 +62,10 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
|
|||||||
.offset = 0x7e0000,
|
.offset = 0x7e0000,
|
||||||
.size = 0x020000,
|
.size = 0x020000,
|
||||||
.mask_flags = MTD_WRITEABLE,
|
.mask_flags = MTD_WRITEABLE,
|
||||||
|
} , {
|
||||||
|
.name = "firmare",
|
||||||
|
.offset = 0x050000,
|
||||||
|
.size = 0x770000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
Loading…
Reference in New Issue
Block a user