diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-03 15:01:49 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-03 15:01:49 +0000 |
commit | db3a7e64a2227f82a31b7db9c6deb78db5042a6d (patch) | |
tree | 7ca0152b8621811dbfe182722a9c27d4a0fec7a4 /target/linux/ramips/files | |
parent | f65d6ac4d9dd48b1a17071d7d454629740dd180c (diff) |
ramips: update partition map for DIR-300-B1
Patch by Layne Edwards from #9252.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27384 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c | 8 |
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 d76a8b447..5a947e80f 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 */ |