1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 22:37:39 +03:00

ar71xx: fix WHR-HP-G300N MTD partitions

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28800 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-11-07 12:59:03 +00:00
parent e4b8affab5
commit 29f0664566

View File

@ -49,6 +49,7 @@ static struct mtd_partition whrhpg300n_partitions[] = {
.name = "u-boot-env",
.offset = 0x03e000,
.size = 0x002000,
.mask_flags = MTD_WRITEABLE,
}, {
.name = "kernel",
.offset = 0x040000,
@ -58,7 +59,7 @@ static struct mtd_partition whrhpg300n_partitions[] = {
.offset = 0x120000,
.size = 0x2c0000,
}, {
.name = "NVRAM",
.name = "user_property",
.offset = 0x3e0000,
.size = 0x010000,
}, {