From 3507828a2c65c118066dbe4498461751ba53443c Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 11 Jul 2009 17:20:46 +0000 Subject: [ar71xx] increase size of the kernel partition on the TL-WR[789]41N boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16785 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c | 6 +++--- target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'target') diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c index 3d60b6d1b..cbf774849 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c @@ -40,11 +40,11 @@ static struct mtd_partition tl_wr741nd_partitions[] = { } , { .name = "kernel", .offset = 0x020000, - .size = 0x120000, + .size = 0x140000, } , { .name = "rootfs", - .offset = 0x140000, - .size = 0x2b0000, + .offset = 0x160000, + .size = 0x290000, } , { .name = "art", .offset = 0x3f0000, diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c index 563ba1c7e..eb1a1b0da 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c @@ -39,11 +39,11 @@ static struct mtd_partition tl_wr941nd_partitions[] = { } , { .name = "kernel", .offset = 0x020000, - .size = 0x120000, + .size = 0x140000, } , { .name = "rootfs", - .offset = 0x140000, - .size = 0x2b0000, + .offset = 0x160000, + .size = 0x290000, } , { .name = "art", .offset = 0x3f0000, -- cgit v1.2.3