From: Gabor Juhos Date: Sun, 4 Dec 2011 15:24:57 +0000 (+0000) Subject: ramips: fix argus board rootfs size X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=56c9b50006c67c255e338e5fa97f2b3b791f3bfd;p=librecmc%2Flibrecmc.git ramips: fix argus board rootfs size Signed-off-by: Roman Yeryomin SVN-Revision: 29422 --- 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 */