summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index c75a7f9ca..4bbc9d360 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -792,9 +792,6 @@ sub configureNetwork {
if (!install_any::is_network_install($o)) {
require network::network;
network::network::easy_dhcp($o->{net}, $o->{modules_conf});
- } elsif ($o->{net}{type} eq 'adsl') {
- require network::adsl;
- network::adsl::adsl_conf_backend($o, $o->{modules_conf}, $o->{net});
}
$o->SUPER::configureNetwork;
}