From 3f45f351723660febc1dd98bd427a5bbad0811a6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 26 Jun 2013 11:34:09 +0200 Subject: [PATCH] connman: fix setting up main.conf Signed-off-by: Stephan Raue --- packages/network/connman/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/connman/install b/packages/network/connman/install index c06fafaa65..3f64248b57 100755 --- a/packages/network/connman/install +++ b/packages/network/connman/install @@ -34,7 +34,7 @@ mkdir -p $INSTALL/etc/connman -e "s|^# BackgroundScanning.*|BackgroundScanning = true|g" \ -e "s|^# FallbackNameservers.*|FallbackNameservers = 8.8.8.8,8.8.4.4|g" \ -e "s|^# PreferredTechnologies.*|PreferredTechnologies = ethernet,wifi,cellular|g" \ - -e "s|^# AllowedTetheringTechnologies.*|AllowedTetheringTechnologies = wifi|g" \ + -e "s|^# TetheringTechnologies.*|TetheringTechnologies = wifi|g" \ -e "s|^# PersistentTetheringMode.*|PersistentTetheringMode = true|g" mkdir -p $INSTALL/etc/dbus-1/system.d