projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: consistently use 'firmware' name for sysupgrade partitions
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
mach-whr-g300n.c
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
(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,
}
This page took
0.021869 seconds
and
4
git commands to generate.