diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-05 19:29:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-05 19:29:41 +0000 |
commit | e72be9e83bbe2546685f2322508f32a48c703bd2 (patch) | |
tree | 312c2bf639a7afb2fe7043c0433a73ea883349d9 /target | |
parent | 45d8b93d061f647a84c5247abd8674dd5bc76707 (diff) | |
download | upstream-e72be9e83bbe2546685f2322508f32a48c703bd2.tar.gz upstream-e72be9e83bbe2546685f2322508f32a48c703bd2.tar.bz2 upstream-e72be9e83bbe2546685f2322508f32a48c703bd2.zip |
fix a typo
SVN-Revision: 16348
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c index 4d363c84d9..49cc2ac3f7 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c @@ -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, } |