mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:52:28 +02:00
[kernel] add crypto-pcompress
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34685 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
86db11729d
commit
45d141ce0e
@ -60,6 +60,17 @@ define KernelPackage/crypto-manager
|
|||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,crypto-manager))
|
$(eval $(call KernelPackage,crypto-manager))
|
||||||
|
|
||||||
|
define KernelPackage/crypto-pcompress
|
||||||
|
TITLE:=CryptoAPI Partial (de)compression operations
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_CRYPTO_PCOMP=y \
|
||||||
|
CONFIG_CRYPTO_PCOMP2
|
||||||
|
FILES:=$(LINUX_DIR)/crypto/pcompress.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,09,pcompress)
|
||||||
|
$(call AddDepends/crypto)
|
||||||
|
endef
|
||||||
|
$(eval $(call KernelPackage,crypto-pcompress))
|
||||||
|
|
||||||
define KernelPackage/crypto-user
|
define KernelPackage/crypto-user
|
||||||
TITLE:=CryptoAPI userspace interface
|
TITLE:=CryptoAPI userspace interface
|
||||||
DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager
|
DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager
|
||||||
|
Loading…
Reference in New Issue
Block a user