diff options
-rw-r--r-- | perl-install/network/adsl.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index cd82da320..1b089900f 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -87,6 +87,7 @@ sub adsl_detect() { require list_modules; require detect_devices; my @modules = list_modules::category2modules('network/usb_dsl'); + # return an hash compatible with what drakconnect expect us to return: my %compat = ( 'speedtch' => 'speedtouch', 'eagle-usb' => 'sagem', |