1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 21:11:58 +03:00

ramips: fix dir-300 mtd layout

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26322 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-03-27 19:19:45 +00:00
parent 2e12b6720f
commit 95e40f5581

View File

@ -51,7 +51,7 @@ static struct mtd_partition dir_300b_partitions[] = {
}, {
.name = "kernel",
.offset = 0x050000,
.size = 0x090000,
.size = 0x0f0000,
}, {
.name = "rootfs",
.offset = 0x140000,