projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2.6.30: add lzma support to squashfs through pcomp
[openwrt.git]
/
target
/
linux
/
orion
/
patches
/
100-openwrt_partition_map.patch
diff --git
a/target/linux/orion/patches/100-openwrt_partition_map.patch
b/target/linux/orion/patches/100-openwrt_partition_map.patch
index
082c0c1
..
1fd4652
100644
(file)
--- a/
target/linux/orion/patches/100-openwrt_partition_map.patch
+++ b/
target/linux/orion/patches/100-openwrt_partition_map.patch
@@
-1,6
+1,6
@@
--- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c
+++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
--- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c
+++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c
-@@ -5
6,19 +56,11 @@
+@@ -5
8,19 +58,11 @@ static struct mtd_partition wrt350n_v2_n
{
.name = "kernel",
.offset = 0x00000000,
{
.name = "kernel",
.offset = 0x00000000,
@@
-19,7
+19,7
@@
- .offset = 0x007a0000,
- .size = 0x00020000,
+ .offset = 0x00100000,
- .offset = 0x007a0000,
- .size = 0x00020000,
+ .offset = 0x00100000,
-+ .size = 0x006
c
0000,
++ .size = 0x006
5
0000,
}, {
.name = "u-boot",
.offset = 0x007c0000,
}, {
.name = "u-boot",
.offset = 0x007c0000,
This page took
0.023672 seconds
and
4
git commands to generate.