diff options
-rw-r--r-- | perl-install/network/adsl.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 33253c0e1..3f7b44a1a 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -113,6 +113,8 @@ sub sagem_set_parameters { -f $cmv or $cmv = "$::prefix/etc/eagle-usb/CMVe${type}WO.txt"; symlinkf($cmv, "$::prefix/etc/eagle-usb/CMVe${type}.txt"); } + #- remove this otherwise eaglectrl won't start + unlink("$::prefix/etc/eagle-usb/eagle-usb_must_be_configured"); } sub adsl_conf_backend { |