summaryrefslogtreecommitdiffstats
path: root/perl-install/network/ethernet.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-08-31 12:50:12 +0000
committerOlivier Blin <oblin@mandriva.org>2005-08-31 12:50:12 +0000
commitd8018ccf6109b806c800bc45e8bd33a02cb4b15c (patch)
tree608653e5496785f72502289359c718a39e78c8df /perl-install/network/ethernet.pm
parent5dcf8df512e9a858d4b42d5e362ab9dc3850d93c (diff)
downloaddrakx-backup-do-not-use-d8018ccf6109b806c800bc45e8bd33a02cb4b15c.tar
drakx-backup-do-not-use-d8018ccf6109b806c800bc45e8bd33a02cb4b15c.tar.gz
drakx-backup-do-not-use-d8018ccf6109b806c800bc45e8bd33a02cb4b15c.tar.bz2
drakx-backup-do-not-use-d8018ccf6109b806c800bc45e8bd33a02cb4b15c.tar.xz
drakx-backup-do-not-use-d8018ccf6109b806c800bc45e8bd33a02cb4b15c.zip
move is_ifplugd_blacklist in network::ethernet (and get rid of madwifi_pci, it's wifi and supported by ifplugd)
Diffstat (limited to 'perl-install/network/ethernet.pm')
-rw-r--r--perl-install/network/ethernet.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/network/ethernet.pm b/perl-install/network/ethernet.pm
index 2ac3a4986..c148c9a1e 100644
--- a/perl-install/network/ethernet.pm
+++ b/perl-install/network/ethernet.pm
@@ -142,4 +142,9 @@ sub configure_eth_aliases {
$::isStandalone and $modules_conf->write;
}
+sub is_ifplugd_blacklisted {
+ my ($module) = @_;
+ member($module, qw(b44 forcedeth via-velocity));
+}
+
1;