Merge pull request #941 from glenvt18/oscam-settings-fix

oscam: fix delayed start workaround
This commit is contained in:
CvH 2016-11-17 11:17:11 +01:00 committed by GitHub
commit 2834222618
3 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
8.0.101 102
- fix the delayed start workaround
101
- Update OSCam to 11233 - Update OSCam to 11233
- fix the WeTek_Play problems - fix the WeTek_Play problems
8.0.100 100
- Update for LibreELEC 8.0 - Update for LibreELEC 8.0
7.0.100
- initial LibreELEC version

View File

@ -19,7 +19,7 @@
PKG_NAME="oscam" PKG_NAME="oscam"
PKG_VERSION="c677c6e" PKG_VERSION="c677c6e"
PKG_VERSION_NUMBER="11233" PKG_VERSION_NUMBER="11233"
PKG_REV="101" PKG_REV="102"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.streamboard.tv/oscam/wiki" PKG_SITE="http://www.streamboard.tv/oscam/wiki"

View File

@ -1,7 +1,7 @@
<settings> <settings>
<setting id="RESTART_ON_RESUME" value="false" /> <setting id="RESTART_ON_RESUME" value="false" />
<setting id="WAIT_FOR_FEINIT" value="false" /> <setting id="WAIT_FOR_FEINIT" value="false" />
<setting id="$WORKAROUND_SLEEP" value="false" /> <setting id="WORKAROUND_SLEEP" value="false" />
<setting id="$WORKAROUND_SLEEP_TIME" value="1" /> <setting id="WORKAROUND_SLEEP_TIME" value="1" />
<setting id="NUM_ADAPTERS" value="1" /> <setting id="NUM_ADAPTERS" value="1" />
</settings> </settings>