add ocf kernel patch
SVN-Revision: 11803
This commit is contained in:
parent
899a187d65
commit
13d8b1a32a
3 changed files with 19495 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -1018,6 +1018,13 @@ CONFIG_NORTEL_HERMES=m
|
|||
# CONFIG_NTFS_DEBUG is not set
|
||||
# CONFIG_NTFS_FS is not set
|
||||
# CONFIG_NTFS_RW is not set
|
||||
# CONFIG_OCF_BENCH is not set
|
||||
# CONFIG_OCF_IXP4XX is not set
|
||||
# CONFIG_OCF_HIFN is not set
|
||||
# CONFIG_OCF_HIFNHIPP is not set
|
||||
# CONFIG_OCF_SAFE is not set
|
||||
# CONFIG_OCF_TALITOS is not set
|
||||
# CONFIG_OCF_OCFNULL is not set
|
||||
# CONFIG_OCFS2_FS is not set
|
||||
# CONFIG_OSF_PARTITION is not set
|
||||
CONFIG_PACKET=y
|
||||
|
|
19465
target/linux/generic-2.6/patches-2.6.26/970-ocf_20080704.patch
Normal file
19465
target/linux/generic-2.6/patches-2.6.26/970-ocf_20080704.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue