add gateway 7001 support patch from #1918
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx-2.6 / patches / 139-ixp4xx_net_driver_mtd_load_fw.patch
index 46ba858f1ceea20e4ad1210a7fab5286d4900074..ef53155c039bef3d822a7c6e980a5d3ccfaffb4c 100644 (file)
@@ -148,7 +148,7 @@ Index: linux-2.6.20-rc3/drivers/net/ixp4xx/npe_ucode.c
 +
 +              print_image_info(id, offset - 12, size);
 +
-+              if (size < 24000 && ( IMG_FUNC(id) == 0x01 || IMG_FUNC(id) == 0x00) ) { // XXX fix size/detection
++              if (size < 24000 && ( IMG_FUNC(id) == 0x01 || IMG_FUNC(id) == 0x00) || IMG_FUNC(id) == 0x05 ) { // XXX fix size/detection
 +
 +                      struct dl_image *image = kmalloc(size, GFP_KERNEL);
 +