mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge pull request #941 from glenvt18/oscam-settings-fix
oscam: fix delayed start workaround
This commit is contained in:
commit
2834222618
@ -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
|
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user