summaryrefslogtreecommitdiff
path: root/target/linux
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
parent381d7f05af0caf9597c282e8957f11384aad5f5e (diff)
downloadmtk-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')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c2
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c2
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c2
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c2
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c2
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
index 1af3efc..066667e 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
@@ -60,7 +60,7 @@ static struct mtd_partition rt_n15_partitions[] = {
.offset = 0x100000,
.size = 0x300000,
}, {
- .name = "openwrt",
+ .name = "firmware",
.offset = 0x050000,
.size = 0x3b0000,
}
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
index 7aed11d..d76a8b4 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
@@ -57,7 +57,7 @@ static struct mtd_partition dir_300b_partitions[] = {
.offset = 0x140000,
.size = 0x2B0000,
}, {
- .name = "openwrt",
+ .name = "firmware",
.offset = 0x050000,
.size = 0x3a0000,
}
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
index 9fc6a33..bbf152f 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
@@ -57,7 +57,7 @@ static struct mtd_partition fonera20n_partitions[] = {
.offset = 0x150000,
.size = 0x6b0000,
}, {
- .name = "openwrt",
+ .name = "firmware",
.offset = 0x050000,
.size = 0x7b0000,
}
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,
}
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c
index b451723..382da75 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c
@@ -55,7 +55,7 @@ static struct mtd_partition v22rw_2x2_partitions[] = {
.offset = 0x150000,
.size = 0x2b0000,
}, {
- .name = "openwrt",
+ .name = "firmware",
.offset = 0x050000,
.size = 0x3b0000,
}
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
index c544026..6313135 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
@@ -63,7 +63,7 @@ static struct mtd_partition whr_g300n_partitions[] = {
.offset = 0x3f0000,
.size = 0x010000,
}, {
- .name = "openwrt",
+ .name = "firmware",
.offset = 0x050000,
.size = 0x3a0000,
}