[ppc40x] increase linux partition size, and fix jffs2 images
[openwrt.git] / target / linux / ppc40x / patches-2.6.30 / 006-magicboxv2.patch
index 8a7dbb6..1fa74b8 100644 (file)
 +                              #size-cells = <1>;
 +                              partition@0 {
 +                                      label = "linux";
-+                                      reg = <0x0 0x3c0000>;
++                                      reg = <0x0 0x120000>;
 +                              };
-+                              partition@100000 {
++                              partition@120000 {
 +                                      label = "rootfs";
-+                                      reg = <0x100000 0x2c0000>;
++                                      reg = <0x120000 0x2a0000>;
 +                              };
 +                              partition@3c0000 {
 +                                      label = "u-boot";
This page took 0.024055 seconds and 4 git commands to generate.