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

Modified:
   trunk/package/kernel/linux/modules/crypto.mk
Log:
kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead

Modified: trunk/package/kernel/linux/modules/crypto.mk
===================================================================
--- trunk/package/kernel/linux/modules/crypto.mk        2015-01-05 13:01:23 UTC 
(rev 43830)
+++ trunk/package/kernel/linux/modules/crypto.mk        2015-01-05 13:01:30 UTC 
(rev 43831)
@@ -12,7 +12,6 @@
        BLKCIPHER2=crypto_blkcipher
 
 CRYPTOMGR_MODULES = \
-       AEAD2=aead \
        MANAGER2=cryptomgr
 
 crypto_confvar=CONFIG_CRYPTO_$(word 1,$(subst =,$(space),$(1)))
@@ -65,9 +64,8 @@
 
 define KernelPackage/crypto-manager
   TITLE:=CryptoAPI algorithm manager
-  DEPENDS:=+kmod-crypto-hash +kmod-crypto-pcompress
+  DEPENDS:=+kmod-crypto-aead +kmod-crypto-hash +kmod-crypto-pcompress
   KCONFIG:= \
-       CONFIG_CRYPTO_AEAD \
        CONFIG_CRYPTO_MANAGER \
        $(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_confvar,$(mod)))
   FILES:=$(foreach mod,$(CRYPTOMGR_MODULES),$(call crypto_file,$(mod)))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to