diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-14 10:16:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 10:16:27 +0000 |
commit | 477049f7d437e102149d35e8e6bd1a14181dd5e7 (patch) | |
tree | 123f64826f13ca1e27a1f4c98ddeeabed93ae218 /packages/linux/ixp4xx-kernel | |
parent | c09ac5ea27870470980a426e9a9733f19d7dafd0 (diff) |
ixp4xx-kernel: Fixed the nslu2 mac patch (was reading the wrong mtd partition).
Diffstat (limited to 'packages/linux/ixp4xx-kernel')
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.16/92-nslu2-mac.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/92-nslu2-mac.patch b/packages/linux/ixp4xx-kernel/2.6.16/92-nslu2-mac.patch index 31c5f04ebe..1dd8e0eb61 100644 --- a/packages/linux/ixp4xx-kernel/2.6.16/92-nslu2-mac.patch +++ b/packages/linux/ixp4xx-kernel/2.6.16/92-nslu2-mac.patch @@ -24,7 +24,7 @@ +static struct sockaddr mac; + +static void nslu2_flash_add(struct mtd_info *mtd) { -+ if (strcmp(mtd->name, "RedBoot config") == 0) { ++ if (strcmp(mtd->name, "RedBoot") == 0) { + size_t retlen; + int err; + /* the mac addr is at a known offset */ |