summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-03 15:01:49 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-03 15:01:49 +0000
commitf1cf43d468f33cf7ad39cd625be37a7b0f4156b6 (patch)
tree23e59ea6c3b2d98e0671faf537777807af6b211d /target/linux/ramips/files/arch/mips/ralink
parent641c87b127d8b1d0855a8bf42b753ea589e1843b (diff)
downloadmaster-31e0f0ae-f1cf43d468f33cf7ad39cd625be37a7b0f4156b6.tar.gz
master-31e0f0ae-f1cf43d468f33cf7ad39cd625be37a7b0f4156b6.tar.bz2
master-31e0f0ae-f1cf43d468f33cf7ad39cd625be37a7b0f4156b6.zip
ramips: update partition map for DIR-300-B1
Patch by Layne Edwards from #9252. SVN-Revision: 27384
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
index d76a8b4478..5a947e80f7 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
@@ -51,15 +51,15 @@ static struct mtd_partition dir_300b_partitions[] = {
}, {
.name = "kernel",
.offset = 0x050000,
- .size = 0x0f0000,
+ .size = 0x0d0000,
}, {
.name = "rootfs",
- .offset = 0x140000,
- .size = 0x2B0000,
+ .offset = 0x120000,
+ .size = 0x2e0000,
}, {
.name = "firmware",
.offset = 0x050000,
- .size = 0x3a0000,
+ .size = 0x3b0000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */