diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-03-09 20:17:45 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-03-09 20:17:45 +0000 |
commit | b19368d933446bbeb3b456dd26a305ace41e183e (patch) | |
tree | 88a14fcc56d6ca8e9c0608f2d54d21986df265fd /lib | |
parent | d9b8247bcb983b1231c05159f5900a01e6e13275 (diff) | |
download | drakx-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')
-rw-r--r-- | lib/network/connection/providers/cellular.pm | 5 |
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; |