sundtek-mediatv: bugfix for wait for network

This commit is contained in:
cvh 2016-05-14 14:28:35 +02:00
parent fa95ff65f3
commit 31bef97635
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
7.0.102
- system wait-for-online preference is now respected
7.0.101 7.0.101
- added proper icon and description - added proper icon and description

View File

@ -18,7 +18,7 @@
PKG_NAME="sundtek-mediatv" PKG_NAME="sundtek-mediatv"
PKG_VERSION="7.0" PKG_VERSION="7.0"
PKG_REV="101" PKG_REV="102"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="nonfree" PKG_LICENSE="nonfree"
PKG_SITE="http://support.sundtek.com/" PKG_SITE="http://support.sundtek.com/"

View File

@ -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