diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-11 17:20:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-11 17:20:46 +0000 |
commit | a21bf40453f475a1e44a351e09b169e885e601c8 (patch) | |
tree | df64c93fbf81edfa5d65d1ec717c78bdb0214282 /target | |
parent | abd419a7df4261f561f7991d761741e8fc072839 (diff) | |
download | upstream-a21bf40453f475a1e44a351e09b169e885e601c8.tar.gz upstream-a21bf40453f475a1e44a351e09b169e885e601c8.tar.bz2 upstream-a21bf40453f475a1e44a351e09b169e885e601c8.zip |
increase size of the kernel partition on the TL-WR[789]41N boards
SVN-Revision: 16785
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr741nd.c | 6 | ||||
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c | 6 |
2 files changed, 6 insertions, 6 deletions
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 3d60b6d1b5..cbf7748496 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 563ba1c7e6..eb1a1b0da7 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, |