summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-14 17:09:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-14 17:09:16 +0000
commitf4802fa8bf397f32e246ccd7367ab4f037ca22dc (patch)
treed2d75a68106a535849e7a4430b246a562700531a
parent10ef67ed219f43aac48596307a76fe321e74bb01 (diff)
downloadmtk-20170518-f4802fa8bf397f32e246ccd7367ab4f037ca22dc.zip
mtk-20170518-f4802fa8bf397f32e246ccd7367ab4f037ca22dc.tar.gz
mtk-20170518-f4802fa8bf397f32e246ccd7367ab4f037ca22dc.tar.bz2
kernel: make sure that packages are generated for built-in crypto modules to avoid dependency errors with kmod-crypto-core on 3.7
SVN-Revision: 35158
-rw-r--r--package/kernel/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index 221b5a0..6a3b5a6 100644
--- a/package/kernel/modules/crypto.mk
+++ b/package/kernel/modules/crypto.mk
@@ -15,7 +15,7 @@ CRYPTOMGR_MODULES = \
BLKCIPHER2=crypto_blkcipher
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)
+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))))
define KernelPackage/crypto-core