From 974654e8c568bdb86192a1997702d1204cd9bcdf Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 4 Dec 2011 15:24:57 +0000 Subject: [PATCH 1/1] ramips: fix argus board rootfs size Signed-off-by: Roman Yeryomin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29422 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ramips/files/arch/mips/ralink/rt305x/mach-argus-atp52b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2