summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--lib/network/connection/providers/cellular.pm3
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 392efd4..530c612 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- cellular backend:
+ o added Cingular connection provider (#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;