diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-03 15:01:48 +0000 |
commit | 641c87b127d8b1d0855a8bf42b753ea589e1843b (patch) | |
tree | 07b57ffd935b5e10f32897fd8039a196988e55de /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c | |
parent | 381d7f05af0caf9597c282e8957f11384aad5f5e (diff) | |
download | mtk-20170518-641c87b127d8b1d0855a8bf42b753ea589e1843b.zip mtk-20170518-641c87b127d8b1d0855a8bf42b753ea589e1843b.tar.gz mtk-20170518-641c87b127d8b1d0855a8bf42b753ea589e1843b.tar.bz2 |
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.c | 2 |
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 e40c8a8..03dc192 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, } |