oscam: enable libusb support, needed for smartcard support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-29 13:12:37 +01:00
parent 18979cae35
commit c3801ec9c0
3 changed files with 5 additions and 1 deletions

View File

@ -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 \

View File

@ -1,3 +1,6 @@
2.0.1
- enable libusb support for smartcard support
2.0.0
- update to oscam-6136

View File

@ -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"