summaryrefslogtreecommitdiffstats
path: root/perl-install/network/thirdparty.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-11 20:05:52 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-11 20:05:52 +0000
commit51243f2d95e82e2b37da435e878cdfdec64f7c3d (patch)
treec44c58e6504c7a63d9635446241fdbb493c60b64 /perl-install/network/thirdparty.pm
parent84e394ab80a92e32f2fce46dc28a9614b7ff84cd (diff)
downloaddrakx-51243f2d95e82e2b37da435e878cdfdec64f7c3d.tar
drakx-51243f2d95e82e2b37da435e878cdfdec64f7c3d.tar.gz
drakx-51243f2d95e82e2b37da435e878cdfdec64f7c3d.tar.bz2
drakx-51243f2d95e82e2b37da435e878cdfdec64f7c3d.tar.xz
drakx-51243f2d95e82e2b37da435e878cdfdec64f7c3d.zip
require firmware version 2.3 for ipw2200 driver
Diffstat (limited to 'perl-install/network/thirdparty.pm')
-rw-r--r--perl-install/network/thirdparty.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/thirdparty.pm b/perl-install/network/thirdparty.pm
index 42a387a2a..5426eab98 100644
--- a/perl-install/network/thirdparty.pm
+++ b/perl-install/network/thirdparty.pm
@@ -168,7 +168,7 @@ my %network_settings = (
firmware =>
{
url => "http://ipw${_}.sourceforge.net/firmware.php",
- test_file => ($_ == 2100 ? "ipw2100-*.fw" : "ipw-*.fw"),
+ test_file => ($_ == 2100 ? "ipw2100-*.fw" : "ipw-2.3-*.fw"),
},
};
} (2100, 2200)),