1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 19:03:08 +02:00

[ar71xx] create a 'firmware' partition for MZK-W300NH board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16347 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-06-05 15:31:33 +00:00
parent 88ce24799a
commit 02c61d53f1

View File

@ -62,6 +62,10 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
.offset = 0x7e0000,
.size = 0x020000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "firmare",
.offset = 0x050000,
.size = 0x770000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */