projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: rt305x: add support for the Netcore NW718 board
[openwrt.git]
/
target
/
linux
/
ppc40x
/
patches
/
004-magicbox.patch
diff --git
a/target/linux/ppc40x/patches/004-magicbox.patch
b/target/linux/ppc40x/patches/004-magicbox.patch
index
2797424
..
78653af
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";
+ };
+ partition1@120000 {
+ label = "rootfs";
-+ reg = <0x140000 0x
6
80000>;
++ reg = <0x140000 0x
2
80000>;
+ };
+ };
-+ partition2@
7
c0000 {
++ partition2@
3
c0000 {
+ label = "u-boot";
+ label = "u-boot";
-+ reg = <0x
7
c0000 0x30000>;
++ reg = <0x
3
c0000 0x30000>;
+ read-only;
+ };
+ partition3@0 {
+ label = "firmware";
+ read-only;
+ };
+ partition3@0 {
+ label = "firmware";
-+ reg = <0x0 0x
7
c0000>;
++ reg = <0x0 0x
3
c0000>;
+ };
+ };
+ };
+ };
+ };
+ };
This page took
0.022585 seconds
and
4
git commands to generate.