projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: update HW550-3G mtd partitions
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
mach-hw550-3g.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
index
37fc6fd
..
c1023e0
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-hw550-3g.c
@@
-53,19
+53,15
@@
static struct mtd_partition hw550_3g_partitions[] = {
}, {
.name = "kernel",
.offset = 0x050000,
}, {
.name = "kernel",
.offset = 0x050000,
- .size = 0x
18
0000,
+ .size = 0x
0d
0000,
}, {
.name = "rootfs",
}, {
.name = "rootfs",
- .offset = 0x1d0000,
- .size = 0x580000,
- }, {
- .name = "user",
- .offset = 0x750000,
- .size = 0x0b0000,
+ .offset = 0x120000,
+ .size = 0x6e0000,
}, {
.name = "firmware",
.offset = 0x050000,
}, {
.name = "firmware",
.offset = 0x050000,
- .size = 0x7
0
0000,
+ .size = 0x7
b
0000,
}
};
#endif /* CONFIG_MTD_PARTITIONS */
}
};
#endif /* CONFIG_MTD_PARTITIONS */
This page took
0.024741 seconds
and
4
git commands to generate.