linux-dm7020hd: fix offset of root partition
authorAndreas Oberritter <obi@opendreambox.org>
Sun, 3 Apr 2011 21:31:45 +0000 (23:31 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Sun, 3 Apr 2011 21:31:45 +0000 (23:31 +0200)
recipes/linux/linux-dm7020hd-2.6.18/linux-2.6.18-256MB-nand-support.patch
recipes/linux/linux-dm7020hd_2.6.18.bb

index e6d885c..fcda6e5 100644 (file)
@@ -19,8 +19,9 @@
 +              .size = (8 * 1024 - 1024) * 1024,
        }, {
                .name = "root partition",
-               .offset = 4 * 1024 * 1024,
+-              .offset = 4 * 1024 * 1024,
 -              .size = 60 * 1024 * 1024,
++              .offset = 8 * 1024 * 1024,
 +              .size = 248 * 1024 * 1024,
        },
  };
index fc14a98..c996d78 100644 (file)
@@ -1,6 +1,6 @@
 require linux-opendreambox-2.6.18.inc
 
-PR="${PR_INC}.0"
+PR="${PR_INC}.1"
 
 SRC_URI += "\
        file://linux-2.6.18-fix-serial.patch;patch=1 \