#!/bin/bash

. ${ScriptsDir}/include/exports

[ "linux-3.10.x-bsp" != "${SYNO_KERNEL_VERSION}" ] && return

cryptodev_module="`find . -name cryptodev.ko`"

[ -e "${cryptodev_module}" ] && install -Dm 755 "${cryptodev_module}" ${TmpInstDir}/lib/modules/cryptodev.ko
