oscam: update to 11866 and addon (2)

This commit is contained in:
Rudi Heitbaum 2025-01-24 23:10:34 +00:00
parent b9d769b59f
commit 6071f4a095
2 changed files with 9 additions and 9 deletions

View File

@ -2,9 +2,9 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="oscam"
PKG_VERSION="11799"
PKG_SHA256="10e7ffb153c66b4f29c21dd5a239d1186f988e918e8ff2673a4ea5fb9073a209"
PKG_REV="1"
PKG_VERSION="11866"
PKG_SHA256="648fb783c020aed40e715be95c43c3dced199ccddbe80ce8378a067bc94886c9"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://git.streamboard.tv/common/oscam/-/wikis"

View File

@ -1,14 +1,14 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -498,7 +498,7 @@ add_library (${csoscam} STATIC ${csoscam
set (exe_name "oscam")
@@ -621,7 +621,7 @@
set (exe_name "oscam-upx")
endif (NOT USE_COMPRESS EQUAL 1)
add_executable (${exe_name} ${exe_srcs} ${exe_hdrs})
-target_link_libraries (${exe_name} ${csoscam} ${csmodules} ${csreaders} csctapi cscrypt minilzo)
+target_link_libraries (${exe_name} ${csoscam} ${csmodules} ${csreaders} csctapi cscrypt minilzo udev)
if(HAVE_LIBRT AND HAVE_LIBUSB)
if (LIBUSBDIR)
set (libusb_link "imp_libusb")
if (WITH_SIGNING EQUAL 1)
SIGN_COMMAND_OSCAM()
endif (WITH_SIGNING EQUAL 1)
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -12,7 +12,7 @@ file (GLOB all_srcs ${exe_srcs})