1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

kmod-crypto: fix selecting core crypto modules

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25688 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2011-02-24 01:11:04 +00:00
parent e47b3016c9
commit 3b90e5b185

View File

@@ -42,6 +42,11 @@ define KernelPackage/crypto-core
CONFIG_CRYPTO=y \ CONFIG_CRYPTO=y \
CONFIG_CRYPTO_HW=y \ CONFIG_CRYPTO_HW=y \
CONFIG_CRYPTO_HMAC \ CONFIG_CRYPTO_HMAC \
CONFIG_CRYPTO_AEAD \
CONFIG_CRYPTO_ALGAPI \
CONFIG_CRYPTO_BLKCIPHER \
CONFIG_CRYPTO_HASH \
CONFIG_CRYPTO_MANAGER \
$(foreach mod,$(CRYPTO_MODULES),$(call crypto_confvar,$(mod))) $(foreach mod,$(CRYPTO_MODULES),$(call crypto_confvar,$(mod)))
FILES:=$(foreach mod,$(CRYPTO_MODULES),$(call crypto_file,$(mod))) FILES:=$(foreach mod,$(CRYPTO_MODULES),$(call crypto_file,$(mod)))
AUTOLOAD:=$(call AutoLoad,01,$(foreach mod,$(CRYPTO_MODULES),$(call crypto_name,$(mod)))) AUTOLOAD:=$(call AutoLoad,01,$(foreach mod,$(CRYPTO_MODULES),$(call crypto_name,$(mod))))