diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,5 @@ - cellular backend: + o added Cingular connection provider (#48849). o properly detecting Sierra Wireless card (#48849). - drakfirewall: o added support for AVAHI/mDNS ports (#50541). 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; |