diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-06-03 12:53:34 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-06-03 12:53:34 +0000 |
commit | c461d6b86de051c372766021cbe691d1dd481957 (patch) | |
tree | 1372ae1db8e8b3a6fe29cc366e696d5764e4dace /lib/network/connection | |
parent | 6df7579d053719b84a2b983fb94df2b189160ffa (diff) | |
download | drakx-net-c461d6b86de051c372766021cbe691d1dd481957.tar drakx-net-c461d6b86de051c372766021cbe691d1dd481957.tar.gz drakx-net-c461d6b86de051c372766021cbe691d1dd481957.tar.bz2 drakx-net-c461d6b86de051c372766021cbe691d1dd481957.tar.xz drakx-net-c461d6b86de051c372766021cbe691d1dd481957.zip |
add APN for SFR EeePC
Diffstat (limited to 'lib/network/connection')
-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 dff97ab..143528f 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -93,6 +93,9 @@ our %data = ( login => "orange", password => "orange", }, + N("France") . "|SFR EeePC (Clé Internet 3G+)" => { + apn => "slsfr", + }, N("France") . "|SFR WAP (Illimythics / Pass Surf)" => { apn => "wapsfr", }, |