diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-05-04 13:41:44 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-05-04 13:41:44 +0000 |
commit | 330806c782f8e63768a28d3091b67845d0f395d8 (patch) | |
tree | 867cfaee9cbfa0458f0f08840d5b2a6ad37eae93 /lib | |
parent | a6d04947e2733da9ecd86949bebe5a55ae5267f8 (diff) | |
download | drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar.gz drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar.bz2 drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.tar.xz drakx-net-330806c782f8e63768a28d3091b67845d0f395d8.zip |
Added Cingluar provider (#48849).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 1288115..79f757c 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -175,6 +175,9 @@ our %data = ( login => "mobileweb", password => "password", }, + N("United States") . "|Cingular" => { + apn => "isp.cingular", + }, ); 1; |