mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 19:56:43 +00:00
Merge pull request #341 from CvH/sundtek_8
sundtek-mediatv: bugfix for wait for network
This commit is contained in:
commit
d5b32a1ec0
@ -1,3 +1,6 @@
|
|||||||
|
8.0.101
|
||||||
|
- system wait-for-online preference is now respected
|
||||||
|
|
||||||
8.0.100
|
8.0.100
|
||||||
- Update for LibreELEC 8.0
|
- Update for LibreELEC 8.0
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
PKG_NAME="sundtek-mediatv"
|
PKG_NAME="sundtek-mediatv"
|
||||||
PKG_VERSION="7.0"
|
PKG_VERSION="7.0"
|
||||||
PKG_REV="100"
|
PKG_REV="101"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="nonfree"
|
PKG_LICENSE="nonfree"
|
||||||
PKG_SITE="http://support.sundtek.com/"
|
PKG_SITE="http://support.sundtek.com/"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Sundtek driver service
|
Description=Sundtek driver service
|
||||||
After=network.target
|
After=network-online.service
|
||||||
|
Requires=network-online.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user