summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/ofono/ofono/ofono2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono/ofono b/meta/recipes-connectivity/ofono/ofono/ofono
index 6d46fb8966..cc9970929c 100644
--- a/meta/recipes-connectivity/ofono/ofono/ofono
+++ b/meta/recipes-connectivity/ofono/ofono/ofono
@@ -4,7 +4,7 @@ DAEMON=/usr/sbin/ofonod
4PIDFILE=/var/run/ofonod.pid 4PIDFILE=/var/run/ofonod.pid
5DESC="Telephony daemon" 5DESC="Telephony daemon"
6 6
7if [ -f /etc/default/ofono] ; then 7if [ -f /etc/default/ofono ] ; then
8 . /etc/default/ofono 8 . /etc/default/ofono
9fi 9fi
10 10