1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-03 00:32:20 +03:00

[ar71xx] fix a typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16348 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2009-06-05 19:29:41 +00:00
parent 02c61d53f1
commit 08790a449c

View File

@ -63,7 +63,7 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
.size = 0x020000,
.mask_flags = MTD_WRITEABLE,
} , {
.name = "firmare",
.name = "firmware",
.offset = 0x050000,
.size = 0x770000,
}