summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/connection/cellular_bluetooth.pm2
1 files changed, 2 insertions, 0 deletions
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;