From 134538fb1ff9e597a1eaa9df21d655ba59e445d6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 4 Mar 2005 18:11:40 +0000 Subject: CMV support for eagle-usb --- perl-install/network/adsl.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index a29f80cdd..7af9bef50 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -104,6 +104,10 @@ sub sagem_set_parameters { s/STATIC_IP=.*\n//; s!!STATIC_IP=$netc->{static_ip}\n! if $netc->{static_ip}; } "$::prefix$cfg_file"; + my $cmv; + $cmv = "$::prefix/etc/eagle-usb/CMVep$netc->{provider_id}.txt" if $netc->{provider_id}; + -f $cmv or $cmv = "$::prefix/etc/eagle-usb/CMVepWO.txt"; + symlink("$::prefix/etc/eagle-usb/CMVep.txt", $cmv); } } -- cgit v1.2.1