summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl_consts.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/adsl_consts.pm')
-rw-r--r--perl-install/network/adsl_consts.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm
index 600fa416a..97001c8ee 100644
--- a/perl-install/network/adsl_consts.pm
+++ b/perl-install/network/adsl_consts.pm
@@ -44,7 +44,7 @@ our %adsl_data = (
method => 'pppoa',
},
- N("France") . "|Free non dégroupé 512/128" =>
+ N("France") . "|Free non dégroupé 512/128 & 1024/128" =>
{
vpi => 8,
vci => 23,
@@ -258,6 +258,5 @@ our %adsl_data = (
},
);
-$adsl_data{N("France") . "|Free non dégroupé 1024/128"} = $adsl_data{N("France") . "|Free non dégroupé 512/128"};
1;