1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add ocf kernel patch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11803 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2008-07-13 15:16:54 +00:00
parent 75760cfbe9
commit 1383f31440
3 changed files with 19495 additions and 0 deletions

View File

@@ -226,6 +226,29 @@ endef
$(eval $(call KernelPackage,crypto-misc))
define KernelPackage/crypto-ocf
SUBMENU:=$(CRYPTO_MENU)
TITLE:=OCF modules
DEPENDS:=+kmod-crypto-core
KCONFIG:= \
CONFIG_OCF_OCF \
CONFIG_OCF_CRYPTODEV \
CONFIG_OCF_CRYPTOSOFT \
CONFIG_OCF_FIPS=y \
CONFIG_OCF_RANDOMHARVEST=y
FILES:= \
$(LINUX_DIR)/crypto/ocf/ocf.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/crypto/ocf/cryptodev.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/crypto/ocf/cryptosoft.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,09, \
ocf \
cryptodev \
cryptosoft \
)
endef
$(eval $(call KernelPackage,crypto-ocf))
define KernelPackage/crypto-null
SUBMENU:=$(CRYPTO_MENU)