diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 17:01:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-26 17:01:05 +0000 |
commit | f6347f01b653bc00ea89be9728112ecd66ddc1c2 (patch) | |
tree | 435c7be50f55a4c50b2fe332bd3ac735a8951dd9 | |
parent | a51f29fd740a8aac87aecd4776e0ea88d404ac12 (diff) | |
download | upstream-f6347f01b653bc00ea89be9728112ecd66ddc1c2.tar.gz upstream-f6347f01b653bc00ea89be9728112ecd66ddc1c2.tar.bz2 upstream-f6347f01b653bc00ea89be9728112ecd66ddc1c2.zip |
[ar71xx] TL-WR941ND: update flash partition map
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14673 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c | 12 |
1 files changed, 4 insertions, 8 deletions
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 e24707e18d..563ba1c7e6 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,15 +39,11 @@ static struct mtd_partition tl_wr941nd_partitions[] = { } , { .name = "kernel", .offset = 0x020000, - .size = 0x100000, + .size = 0x120000, } , { .name = "rootfs", - .offset = 0x120000, - .size = 0x2c0000, - } , { - .name = "config", - .offset = 0x3e0000, - .size = 0x010000, + .offset = 0x140000, + .size = 0x2b0000, } , { .name = "art", .offset = 0x3f0000, @@ -56,7 +52,7 @@ static struct mtd_partition tl_wr941nd_partitions[] = { } , { .name = "firmware", .offset = 0x020000, - .size = 0x3c0000, + .size = 0x3d0000, } }; #endif /* CONFIG_MTD_PARTITIONS */ |