1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
juhosg
2011-12-01 22:48:42 +00:00
parent fc0b7d945e
commit bee289fa27
2 changed files with 14 additions and 3 deletions

View File

@@ -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,