mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
... and clean up settings / re-add fallbacktimeservers to main.conf
This commit is contained in:
parent
d6e8b3195b
commit
0f6656a50f
@ -1,18 +1,8 @@
|
||||
[global]
|
||||
OfflineMode=false
|
||||
Timeservers=0.pool.ntp.org;1.pool.ntp.org;2.pool.ntp.org;3.pool.ntp.org
|
||||
|
||||
[Wired]
|
||||
Enable=true
|
||||
|
||||
[WiFi]
|
||||
Enable=true
|
||||
|
||||
[Bluetooth]
|
||||
Enable=false
|
||||
|
||||
[3G]
|
||||
Enable=false
|
||||
|
||||
[WiMAX]
|
||||
Enable=false
|
||||
|
@ -88,6 +88,7 @@ post_makeinstall_target() {
|
||||
sed -i $INSTALL/etc/connman/main.conf \
|
||||
-e "s|^# BackgroundScanning.*|BackgroundScanning = true|g" \
|
||||
-e "s|^# FallbackNameservers.*|FallbackNameservers = 8.8.8.8,8.8.4.4|g" \
|
||||
-e "s|^# FallbackTimeservers.*|FallbackTimeservers = 0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org|g" \
|
||||
-e "s|^# PreferredTechnologies.*|PreferredTechnologies = ethernet,wifi,cellular|g" \
|
||||
-e "s|^# TetheringTechnologies.*|TetheringTechnologies = wifi|g" \
|
||||
-e "s|^# AllowHostnameUpdates.*|AllowHostnameUpdates = false|g" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user