mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
connman: fix 72664e13
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user