aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-04 15:24:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-04 15:24:57 +0000
commit0dd3da8e6556eb24d38470ccf0188d0fd80b8a92 (patch)
tree824725bf92c6fcc02b6d83df462f45b1a8613eb4 /target
parentcf716c04e697f13d8fd6373a76a5ba57f540f64e (diff)
downloadmaster-187ad058-0dd3da8e6556eb24d38470ccf0188d0fd80b8a92.tar.gz
master-187ad058-0dd3da8e6556eb24d38470ccf0188d0fd80b8a92.tar.bz2
master-187ad058-0dd3da8e6556eb24d38470ccf0188d0fd80b8a92.zip
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
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
index dfcdfeeb27..cc48799412 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c
@@ -85,7 +85,7 @@ static struct mtd_partition argus_atp52b_partitions[] = {
}, {
.name = "rootfs",
.offset = 0x170000,
- .size = 0x680000,
+ .size = 0x690000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */