diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-26 08:38:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-26 08:38:37 +0000 |
commit | f86888e64d4d228376f7c0fd2e496c409d40e6d9 (patch) | |
tree | ef6407b82ab64cbd7dfeab3e746f2df2fc586b6f | |
parent | aa6b5f73b9f52a983d332e1fe730a322bbb64c16 (diff) | |
download | drakx-f86888e64d4d228376f7c0fd2e496c409d40e6d9.tar drakx-f86888e64d4d228376f7c0fd2e496c409d40e6d9.tar.gz drakx-f86888e64d4d228376f7c0fd2e496c409d40e6d9.tar.bz2 drakx-f86888e64d4d228376f7c0fd2e496c409d40e6d9.tar.xz drakx-f86888e64d4d228376f7c0fd2e496c409d40e6d9.zip |
bcm4400 is known to not support ETHTOOL
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 1ca1e4cff..d02e3baf1 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -894,7 +894,7 @@ Modifying the fields below will override this configuration."), $needhostname = $ethntf->{NEEDHOSTNAME} !~ /no/; # blacklist bogus driver, enable ifplugd support else: my @devs = detect_devices::pcmcia_probe(); - $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(forcedeth)) + $ethntf->{MII_NOT_SUPPORTED} ||= bool2yesno($is_wireless || member($module, qw(bcm4400 forcedeth)) || find { $_->{device} eq $ntf_name } @devs); $hotplug = !text2bool($ethntf->{MII_NOT_SUPPORTED}); $track_network_id = $::isStandalone && $ethntf->{HWADDR} || detect_devices::isLaptop(); |