mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 16:41:06 +02:00
ramips: fix argus board rootfs size
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29422 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c02a9bd7aa
commit
974654e8c5
@ -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…
x
Reference in New Issue
Block a user