summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-03 15:01:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-03 15:01:48 +0000
commit641c87b127d8b1d0855a8bf42b753ea589e1843b (patch)
tree07b57ffd935b5e10f32897fd8039a196988e55de /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
parent381d7f05af0caf9597c282e8957f11384aad5f5e (diff)
downloadmaster-31e0f0ae-641c87b127d8b1d0855a8bf42b753ea589e1843b.tar.gz
master-31e0f0ae-641c87b127d8b1d0855a8bf42b753ea589e1843b.tar.bz2
master-31e0f0ae-641c87b127d8b1d0855a8bf42b753ea589e1843b.zip
ramips: consistently use 'firmware' name for sysupgrade partitions
SVN-Revision: 27383
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
index e40c8a850c..03dc19221d 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
@@ -49,7 +49,7 @@ static struct mtd_partition pwh2004_partitions[] = {
.offset = 0x050000,
.size = 0x7b0000,
}, {
- .name = "openwrt",
+ .name = "firmware",
.offset = 0x050000,
.size = 0x7b0000,
}