summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/providers
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2009-03-09 20:17:45 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2009-03-09 20:17:45 +0000
commitb19368d933446bbeb3b456dd26a305ace41e183e (patch)
tree88a14fcc56d6ca8e9c0608f2d54d21986df265fd /lib/network/connection/providers
parentd9b8247bcb983b1231c05159f5900a01e6e13275 (diff)
downloaddrakx-net-b19368d933446bbeb3b456dd26a305ace41e183e.tar
drakx-net-b19368d933446bbeb3b456dd26a305ace41e183e.tar.gz
drakx-net-b19368d933446bbeb3b456dd26a305ace41e183e.tar.bz2
drakx-net-b19368d933446bbeb3b456dd26a305ace41e183e.tar.xz
drakx-net-b19368d933446bbeb3b456dd26a305ace41e183e.zip
Added UK O2 operator (#48582).
Diffstat (limited to 'lib/network/connection/providers')
-rw-r--r--lib/network/connection/providers/cellular.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm
index efb8c6d..8460913 100644
--- a/lib/network/connection/providers/cellular.pm
+++ b/lib/network/connection/providers/cellular.pm
@@ -144,6 +144,11 @@ our %data = (
N("Poland") . "|Plus GSM" => {
apn => "internet",
},
+ N("United Kingdom") . "|O2" => {
+ apn => "mobile.o2.co.uk",
+ login => "password",
+ password => "mobileweb",
+ },
);
1;