projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd852d
)
ppc40x: fix MagicBox partition table
author
Gabor Juhos
<juhosg@openwrt.org>
Sat, 17 Apr 2010 09:29:26 +0000
(09:29 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sat, 17 Apr 2010 09:29:26 +0000
(09:29 +0000)
SVN-Revision: 20951
target/linux/ppc40x/patches/004-magicbox.patch
patch
|
blob
|
history
diff --git
a/target/linux/ppc40x/patches/004-magicbox.patch
b/target/linux/ppc40x/patches/004-magicbox.patch
index 279742421103dd174842a9cd1f8ea480468ec970..78653afff917158a2499a0b73a782a985357e724 100644
(file)
--- a/
target/linux/ppc40x/patches/004-magicbox.patch
+++ b/
target/linux/ppc40x/patches/004-magicbox.patch
@@
-330,16
+330,16
@@
+ };
+ partition1@120000 {
+ label = "rootfs";
-+ reg = <0x140000 0x
6
80000>;
++ reg = <0x140000 0x
2
80000>;
+ };
-+ partition2@
7
c0000 {
++ partition2@
3
c0000 {
+ label = "u-boot";
-+ reg = <0x
7
c0000 0x30000>;
++ reg = <0x
3
c0000 0x30000>;
+ read-only;
+ };
+ partition3@0 {
+ label = "firmware";
-+ reg = <0x0 0x
7
c0000>;
++ reg = <0x0 0x
3
c0000>;
+ };
+ };
+ };