Skip to content

Commit

Permalink
Merge pull request #342 from CvH/sundtek_7
Browse files Browse the repository at this point in the history
backport of #341
  • Loading branch information
chewitt committed May 14, 2016
2 parents fa95ff6 + 31bef97 commit 242bcbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/addons/driver/sundtek-mediatv/changelog.txt
@@ -1,3 +1,6 @@
7.0.102
- system wait-for-online preference is now respected

7.0.101
- added proper icon and description

Expand Down
2 changes: 1 addition & 1 deletion packages/addons/driver/sundtek-mediatv/package.mk
Expand Up @@ -18,7 +18,7 @@

PKG_NAME="sundtek-mediatv"
PKG_VERSION="7.0"
PKG_REV="101"
PKG_REV="102"
PKG_ARCH="any"
PKG_LICENSE="nonfree"
PKG_SITE="http://support.sundtek.com/"
Expand Down
@@ -1,6 +1,7 @@
[Unit]
Description=Sundtek driver service
After=network.target
After=network-online.service
Requires=network-online.service

[Service]
Type=oneshot
Expand Down

0 comments on commit 242bcbc

Please sign in to comment.