mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
oscam: enable libusb support, needed for smartcard support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
18979cae35
commit
c3801ec9c0
@ -28,6 +28,7 @@ mkdir -p build && cd build
|
||||
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIBUSBDIR=$SYSROOT_PREFIX/usr \
|
||||
-DWITH_SSL=1 -DWITH_SSLv3=1 \
|
||||
-DHAVE_DVBAPI=1 -DWITH_STAPI=0 \
|
||||
-DMODULE_CAMD33=1 \
|
||||
|
@ -1,3 +1,6 @@
|
||||
2.0.1
|
||||
- enable libusb support for smartcard support
|
||||
|
||||
2.0.0
|
||||
- update to oscam-6136
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
PKG_NAME="oscam"
|
||||
PKG_VERSION="6136"
|
||||
PKG_REV="0"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://streamboard.gmc.to/wiki/index.php/OSCam/en"
|
||||
|
Loading…
x
Reference in New Issue
Block a user