diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-04 15:24:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-04 15:24:57 +0000 |
commit | 0dd3da8e6556eb24d38470ccf0188d0fd80b8a92 (patch) | |
tree | 824725bf92c6fcc02b6d83df462f45b1a8613eb4 /target | |
parent | cf716c04e697f13d8fd6373a76a5ba57f540f64e (diff) | |
download | upstream-0dd3da8e6556eb24d38470ccf0188d0fd80b8a92.tar.gz upstream-0dd3da8e6556eb24d38470ccf0188d0fd80b8a92.tar.bz2 upstream-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.c | 2 |
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 */ |