From 1ab57149a9edc969604aa65965c3ef4fb69ed044 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 19 Nov 2007 15:17:57 +0000 Subject: add "Orange WAP" (with "orange" as APN) --- lib/network/connection/providers/cellular.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/network/connection/providers') diff --git a/lib/network/connection/providers/cellular.pm b/lib/network/connection/providers/cellular.pm index 47c954c..7667363 100644 --- a/lib/network/connection/providers/cellular.pm +++ b/lib/network/connection/providers/cellular.pm @@ -15,6 +15,11 @@ our %data = ( login => "orange", password => "orange", }, + N("France") . "|Orange WAP" => { + apn => "orange", + login => "orange", + password => "orange", + }, N("France") . "|Orange Entreprises" => { apn => "internet-entreprise", login => "orange", -- cgit v1.2.1