From 9d0c3ce03efa41a470dc91a5dc5136db89fd1d31 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 12 Feb 2011 23:54:59 +0000 Subject: move the deflate crypto module out of the crypto core and into a separate package - it is only used for ipsec git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25491 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/crypto.mk | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'package/kernel/modules/crypto.mk') diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 5cf3b0d3b6..4600c67b33 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -29,8 +29,7 @@ CRYPTO_MODULES = \ HASH2=crypto_hash \ MANAGER2=cryptomgr \ CBC=cbc \ - ECB=ecb \ - DEFLATE=deflate + ECB=ecb crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1))) crypto_file=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko) @@ -183,6 +182,16 @@ endef $(eval $(call KernelPackage,crypto-des)) +define KernelPackage/crypto-deflate + TITLE:=Deflate compression CryptoAPI module + KCONFIG:=CONFIG_CRYPTO_DEFLATE + FILES:=$(LINUX_DIR)/crypto/deflate.ko + AUTOLOAD:=$(call AutoLoad,09,deflate) + $(call AddDepends/crypto) +endef + +$(eval $(call KernelPackage,crypto-deflate)) + define KernelPackage/crypto-hmac TITLE:=HMAC digest CryptoAPI module -- cgit v1.2.3