diff options
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.16')
-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 */ |