diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-01 22:48:42 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-01 22:48:42 +0000 |
commit | bee289fa27cdb6f223d935ad2f71c269c84e93ea (patch) | |
tree | 52d61b6718a505b9086c95cbd392a671ff87fa1e /target/linux/ramips/files/arch/mips/ralink | |
parent | fc0b7d945e3ed96fffd25aac811ac13ec378b0c1 (diff) |
ramips: fix Asus RT-N15 board support
Fix Asus RT-N15 flash partitions and make an image.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c index fb048912c..18d5337b9 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c +++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c @@ -54,11 +54,11 @@ static struct mtd_partition rt_n15_partitions[] = { }, { .name = "kernel", .offset = 0x050000, - .size = 0x0b0000, + .size = 0x0d0000, }, { .name = "rootfs", - .offset = 0x100000, - .size = 0x300000, + .offset = 0x120000, + .size = 0x2e0000, }, { .name = "firmware", .offset = 0x050000, |