From: blogic Date: Sat, 15 Dec 2012 01:59:29 +0000 (+0000) Subject: [kernel] add crypto-pcompress X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=45d141ce0e40570733ef068210251ccea91d91a2;p=openwrt.git [kernel] add crypto-pcompress git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34685 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 383f9f318c..d8242952b9 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -60,6 +60,17 @@ define KernelPackage/crypto-manager endef $(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 TITLE:=CryptoAPI userspace interface DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager