summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-26 17:01:05 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-26 17:01:05 +0000
commit47dc8c615a27cfa4469f8a147bbb154c6405e207 (patch)
tree6b0681652367329477ce1c3f12453292200a144d /target
parent4a518ddf1ca19d15994d79443479471aab07f090 (diff)
downloadmtk-20170518-47dc8c615a27cfa4469f8a147bbb154c6405e207.zip
mtk-20170518-47dc8c615a27cfa4469f8a147bbb154c6405e207.tar.gz
mtk-20170518-47dc8c615a27cfa4469f8a147bbb154c6405e207.tar.bz2
TL-WR941ND: update flash partition map
SVN-Revision: 14673
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c12
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 e24707e..563ba1c 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 */