From 8770359f17ba06670488f7d99536b97397bc31e5 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Sun, 27 Mar 2011 19:19:45 +0000
Subject: [PATCH] ramips: fix dir-300 mtd layout

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>

SVN-Revision: 26322
---
 .../ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d443e4ff52..7aed11d022 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,7 +51,7 @@ static struct mtd_partition dir_300b_partitions[] = {
 	}, {
 		.name	= "kernel",
 		.offset	= 0x050000,
-		.size	= 0x090000,
+		.size	= 0x0f0000,
 	}, {
 		.name	= "rootfs",
 		.offset	= 0x140000,
-- 
2.30.2