From c461d6b86de051c372766021cbe691d1dd481957 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 Jun 2008 12:53:34 +0000 Subject: add APN for SFR EeePC --- lib/network/connection/providers/cellular.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/network/connection/providers') 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", }, -- cgit v1.2.1