mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
- fix the WeTek_Play problems
|
||||
|
||||
8.0.100
|
||||
100
|
||||
- Update for LibreELEC 8.0
|
||||
|
||||
7.0.100
|
||||
- initial LibreELEC version
|
@ -19,7 +19,7 @@
|
||||
PKG_NAME="oscam"
|
||||
PKG_VERSION="c677c6e"
|
||||
PKG_VERSION_NUMBER="11233"
|
||||
PKG_REV="101"
|
||||
PKG_REV="102"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.streamboard.tv/oscam/wiki"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<settings>
|
||||
<setting id="RESTART_ON_RESUME" value="false" />
|
||||
<setting id="WAIT_FOR_FEINIT" value="false" />
|
||||
<setting id="$WORKAROUND_SLEEP" value="false" />
|
||||
<setting id="$WORKAROUND_SLEEP_TIME" value="1" />
|
||||
<setting id="WORKAROUND_SLEEP" value="false" />
|
||||
<setting id="WORKAROUND_SLEEP_TIME" value="1" />
|
||||
<setting id="NUM_ADAPTERS" value="1" />
|
||||
</settings>
|
||||
|
Loading…
x
Reference in New Issue
Block a user