mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-03-02 06:10:12 +00:00
ramips: fix argus board rootfs size
Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29422
This commit is contained in:
@@ -85,7 +85,7 @@ static struct mtd_partition argus_atp52b_partitions[] = {
|
||||
}, {
|
||||
.name = "rootfs",
|
||||
.offset = 0x170000,
|
||||
.size = 0x680000,
|
||||
.size = 0x690000,
|
||||
}
|
||||
};
|
||||
#endif /* CONFIG_MTD_PARTITIONS */
|
||||
|
||||
Reference in New Issue
Block a user