summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/adsl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index 7741dd1f9..c40fc9f76 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -86,6 +86,7 @@ sub adsl_probe_info {
sub adsl_detect() {
my $adsl = {};
require detect_devices;
+ ($adsl->{bewan}) = detect_devices::getBewan();
($adsl->{speedtouch}) = detect_devices::getSpeedtouch();
($adsl->{sagem}) = detect_devices::getSagem();
($adsl->{eci}) = detect_devices::getECI();