[xburst] Disable CONFIG_MODVERSIONS
[openwrt-10.03/.git] / target / linux / xburst / patches-2.6.32 / 220-add-2gb-nand-support.patch
1 From f6bc2e17eaa2628f614a675781e9dc101084df9a Mon Sep 17 00:00:00 2001
2 From: Lars-Peter Clausen <lars@metafoo.de>
3 Date: Mon, 11 Jan 2010 04:29:47 +0100
4 Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/220-add-2gb-nand-support.patch
5
6 ---
7  include/mtd/mtd-abi.h |    2 +-
8  1 files changed, 1 insertions(+), 1 deletions(-)
9
10 diff --git a/include/mtd/mtd-abi.h b/include/mtd/mtd-abi.h
11 index be51ae2..cf90168 100644
12 --- a/include/mtd/mtd-abi.h
13 +++ b/include/mtd/mtd-abi.h
14 @@ -134,7 +134,7 @@ struct nand_oobfree {
15   */
16  struct nand_ecclayout {
17         __u32 eccbytes;
18 -       __u32 eccpos[64];
19 +       __u32 eccpos[72];
20         __u32 oobavail;
21         struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES];
22  };
23 -- 
24 1.5.6.5
25