Author: nbd
Date: 2015-01-05 14:01:36 +0100 (Mon, 05 Jan 2015)
New Revision: 43832

Modified:
   trunk/package/kernel/linux/modules/crypto.mk
Log:
kernel/modules: remove CRYPTOMGR_MODULES

Signed-off-by: Stijn Tintel <[email protected]>

Modified: trunk/package/kernel/linux/modules/crypto.mk
===================================================================
--- trunk/package/kernel/linux/modules/crypto.mk        2015-01-05 13:01:30 UTC 
(rev 43831)
+++ trunk/package/kernel/linux/modules/crypto.mk        2015-01-05 13:01:36 UTC 
(rev 43832)
@@ -11,9 +11,6 @@
        ALGAPI2=crypto_algapi \
        BLKCIPHER2=crypto_blkcipher
 
-CRYPTOMGR_MODULES = \
-       MANAGER2=cryptomgr
-
 crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
 crypto_file=$(LINUX_DIR)/crypto/$(word 2,$(subst =,$(space),$(1))).ko
 crypto_name=$(if $(findstring y,$($(call crypto_confvar,$(1)))),,$(word 
2,$(subst =,$(space),$(1))))
@@ -67,8 +64,8 @@
   DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash +kmod-crypto-pcompress
   KCONFIG:= \
        CONFIG_CRYPTO_MANAGER \
-       $(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_confvar,$(mod)))
-  FILES:=$(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_file,$(mod)))
+       CONFIG_CRYPTO_MANAGER2
+  FILES:=$(LINUX_DIR)/crypto/cryptomgr.ko
   $(call AddDepends/crypto)
 endef
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to