From 3a7a152ff18fb1574de47a3b36c4244e74aefcba Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 13 May 2008 16:44:50 +0000 Subject: install ppp (thanks Anssi) and bluez-utils when configuring a cellular connection over bluetooth --- lib/network/connection/cellular_bluetooth.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/network/connection/cellular_bluetooth.pm') diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index 912438c..6e334ca 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -18,6 +18,8 @@ sub get_devices { sub get_metric { 45 } sub get_interface { "ppp0" } +sub get_packages { 'bluez-utils', 'ppp' } + sub get_rfcomm_device { my ($self) = @_; $self->{rfcomm_device} ||= find { ! -e ($rfcomm_dev_prefix . $_) } 0 .. 99; -- cgit v1.2.1