aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-01 19:02:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-01 19:02:23 +0000
commit6497e3b7689cd1502ff0f67893527f820b455bf4 (patch)
tree652eb6bea68a201c74425ded72a1d974984a6fca /target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch
parent3e2fd8f783e87d46c7c07103d65db31f0d387166 (diff)
downloadupstream-6497e3b7689cd1502ff0f67893527f820b455bf4.tar.gz
upstream-6497e3b7689cd1502ff0f67893527f820b455bf4.tar.bz2
upstream-6497e3b7689cd1502ff0f67893527f820b455bf4.zip
add gateway 7001 support patch from #1918
SVN-Revision: 7838
Diffstat (limited to 'target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch')
-rw-r--r--target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch b/target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch
index 46ba858f1c..ef53155c03 100644
--- a/target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch
+++ b/target/linux/ixp4xx-2.6/patches/139-ixp4xx_net_driver_mtd_load_fw.patch
@@ -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);
+