mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-29 01:10:01 +04:00
fix typo
SVN-Revision: 8747
This commit is contained in:
@@ -42,7 +42,7 @@ static int create_mtd_partitions(struct mtd_info *master,
|
||||
{
|
||||
struct ar7_bin_rec header;
|
||||
unsigned int offset, len;
|
||||
unsigned int pre_size = master->erasesize, post_size = 0,
|
||||
unsigned int pre_size = master->erasesize, post_size = 0;
|
||||
unsigned int root_offset = 0xe0000;
|
||||
|
||||
int retries = 10;
|
||||
|
||||
Reference in New Issue
Block a user