mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #5638 from Portisch/drop_tls_info
kodi-config: LIBC_WIDEVINE_PATCHLEVEL is obsolete since script.module…
This commit is contained in:
commit
959c8a3df8
@ -43,11 +43,6 @@ else #arm
|
||||
echo "MALLOC_MMAP_THRESHOLD_=8192" >> /run/libreelec/kodi.conf
|
||||
fi
|
||||
|
||||
# required for inputstreamhelper to detect TLS 64-bytes support
|
||||
if [ -n "$(uname -m | grep arm)" ] || [ "$(uname -m)" == "aarch64" ]; then
|
||||
echo "LIBC_WIDEVINE_PATCHLEVEL=1" >> /run/libreelec/kodi.conf
|
||||
fi
|
||||
|
||||
if [ -f /storage/.config/kodi.conf ] ; then
|
||||
cat /storage/.config/kodi.conf >>/run/libreelec/kodi.conf
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user