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 | 62e4a692dc75385b81905ce8b7f03f1ad3bb7c2f (patch) | |
tree | 29b842af5c3d9424421a852d03727782801c4551 /target/linux/ar71xx | |
parent | 5a5e5a75d8c5ee6598473cbd20bf278704630c40 (diff) | |
download | upstream-62e4a692dc75385b81905ce8b7f03f1ad3bb7c2f.tar.gz upstream-62e4a692dc75385b81905ce8b7f03f1ad3bb7c2f.tar.bz2 upstream-62e4a692dc75385b81905ce8b7f03f1ad3bb7c2f.zip |
[ar71xx] fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-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, } |