projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
381d7f0
)
ramips: consistently use 'firmware' name for sysupgrade partitions
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:48 +0000
(15:01 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:48 +0000
(15:01 +0000)
SVN-Revision: 27383
target/linux/ramips/files/arch/mips/ralink/rt288x/mach-rt-n15.c
patch
|
blob
|
history
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c
patch
|
blob
|
history
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-fonera20n.c
patch
|
blob
|
history
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-pwh2004.c
patch
|
blob
|
history
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-v22rw-2x2.c
patch
|
blob
|
history
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c
patch
|
blob
|
history
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 1af3efc785f76b7ed5c9c8389eea0646ded8b29e..066667e7757d82595091c055bd6a4977514ffe9e 100644
(file)
--- 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 7aed11d022b4d69bd732978e9e2aa05a2be52aa3..d76a8b4478537aab05d69b041c0e07ebd7fc1319 100644
(file)
--- 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 9fc6a33a6f3cac34112da95d0c3174d0aefa8cff..bbf152fa86256f3aab9cb7cd78e3d6c6bd33f884 100644
(file)
--- 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 e40c8a850cff11c84bd069e8edba9dbd298bc4bf..03dc19221d90e5a58d8f76864989237898f6d671 100644
(file)
--- 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 b451723c10c976ed084372ffa42b51a99101475f..382da755f97cbdc262ac426d362ed28d78bbb248 100644
(file)
--- 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 c54402685642b560e86e114a203aa411952dc6af..63131358858a6cc10bcc28e5766d620026f11b19 100644
(file)
--- 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,
}