projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[brcm63xx] Profiles: Make buttons and led modules included by default so that failsaf...
[openwrt.git]
/
target
/
linux
/
orion
/
patches-2.6.32
/
101-wnr854t_partition_map.patch
1
--- a/arch/arm/mach-orion5x/wnr854t-setup.c
2
+++ b/arch/arm/mach-orion5x/wnr854t-setup.c
3
@@ -67,6 +67,10 @@ static struct mtd_partition wnr854t_nor_
4
.name = "uboot",
5
.offset = 0x00760000,
6
.size = 0x00040000,
7
+ }, {
8
+ .name = "image", // for sysupgrade
9
+ .offset = 0x00000000,
10
+ .size = 0x00760000,
11
},
12
};
13
This page took
0.042687 seconds
and
5
git commands to generate.