From 7df551f9807b8e6e9834299d2e3b0486c0fa7f49 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Fri, 17 Apr 2009 22:24:51 +0000 Subject: Added support for VIVO provider in drakconnect. --- lib/network/connection/providers/cellular.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/network/connection') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 6c722f4..1288115 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -12,6 +12,11 @@ use utf8; # http://computer.cocus.co.il/Setup/V3X/MPT/Addons/GPRSope.inf our %data = ( + N("Brazil") . "|Vivo" => { + apn => "zap.vivo.com.br", + login => "vivo", + password => "vivo", + }, N("Estonia") . "|Bravocom" => { apn => "internet", }, -- cgit v1.2.1