mirror of https://github.com/hak5/openwrt.git
ramips: fix argus board rootfs size
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29422lede-17.01
parent
0d587a173c
commit
56c9b50006
|
@ -85,7 +85,7 @@ static struct mtd_partition argus_atp52b_partitions[] = {
|
||||||
}, {
|
}, {
|
||||||
.name = "rootfs",
|
.name = "rootfs",
|
||||||
.offset = 0x170000,
|
.offset = 0x170000,
|
||||||
.size = 0x680000,
|
.size = 0x690000,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_MTD_PARTITIONS */
|
#endif /* CONFIG_MTD_PARTITIONS */
|
||||||
|
|
Loading…
Reference in New Issue