connman: fix 72664e13

This commit is contained in:
Stefan Saraev 2013-03-21 17:07:50 +02:00
parent 02b2286c6c
commit ebf76e01a7

View File

@ -31,8 +31,8 @@ mkdir -p $INSTALL/etc
mkdir -p $INSTALL/etc/connman
cp $PKG_BUILD/src/main.conf $INSTALL/etc/connman
sed -i $INSTALL/etc/connman/main.conf \
-e "s,^# BackgroundScanning.*,BackgroundScanning = true,g" \
-e "s,^# PreferredTechnologies.*,PreferredTechnologies = ethernet,wifi,cellular,g"
-e "s|^# BackgroundScanning.*|BackgroundScanning = true|g" \
-e "s|^# PreferredTechnologies.*|PreferredTechnologies = ethernet,wifi,cellular|g"
mkdir -p $INSTALL/etc/dbus-1/system.d
cp $PKG_BUILD/src/connman.conf $INSTALL/etc/dbus-1/system.d