From df8d6cd08024058bed73ad62fdc99cd62663a677 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Sep 2005 12:34:47 +0000 Subject: (is_ifplugd_blacklisted) do not blacklist anymore b44 since it now support reporting link status according to Arnaud Monnet de Lorbeau --- perl-install/network/ethernet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm index 02fcba377..afdeda326 100644 --- a/perl-install/network/ethernet.pm +++ b/perl-install/network/ethernet.pm @@ -146,7 +146,7 @@ sub configure_eth_aliases { sub is_ifplugd_blacklisted { my ($module) = @_; - member($module, qw(b44 forcedeth via-velocity)); + member($module, qw(forcedeth via-velocity)); } 1; -- cgit v1.2.1