summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 9e52bd284..6d9ca8acb 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -145,7 +145,7 @@ sub real_main {
};
my $is_hotplug_blacklisted = sub {
- bool2yesno(member($module, qw(b44 forcedeth madwifi_pci)) ||
+ bool2yesno(member($module, qw(b44 forcedeth madwifi_pci via-velocity)) ||
find { $_->{device} eq $ntf_name } detect_devices::pcmcia_probe());
};