From f3c86673c180d69dba1658f2b3dcc083b0593642 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 1 Mar 2009 11:17:16 +0000 Subject: [ar71xx] tew-632brp: increase the size of rootfs partition, and build one unified firmware image only git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14709 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target/linux/ar71xx/files') diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c index 8235a6dd0..c3fc2b212 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c @@ -48,16 +48,16 @@ static struct mtd_partition tew_632brp_partitions[] = { } , { .name = "rootfs", .offset = 0x0f0000, - .size = 0x2f0000, + .size = 0x300000, } , { .name = "art", - .offset = 0x3e0000, - .size = 0x020000, + .offset = 0x3f0000, + .size = 0x010000, .mask_flags = MTD_WRITEABLE, } , { .name = "firmware", .offset = 0x030000, - .size = 0x3b0000, + .size = 0x3c0000, } }; #endif /* CONFIG_MTD_PARTITIONS */ -- cgit v1.2.3