diff options
author | John Crispin <john@openwrt.org> | 2016-02-16 07:47:06 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-16 07:47:06 +0000 |
commit | 374a8f96bd8ab211774f497e6e3348b0e77c046e (patch) | |
tree | 08ff1fa70a7b3dad54bfc0c216aeb7df50e12d7b /package/kernel/linux | |
parent | 5902afcfca557872b76c7c4391b14ceb5273b7e2 (diff) | |
download | upstream-374a8f96bd8ab211774f497e6e3348b0e77c046e.tar.gz upstream-374a8f96bd8ab211774f497e6e3348b0e77c046e.tar.bz2 upstream-374a8f96bd8ab211774f497e6e3348b0e77c046e.zip |
kernel: crypto-echainiv was missing deps
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48724
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/modules/crypto.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index dddddccbdd..b943e4d42d 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -136,6 +136,7 @@ $(eval $(call KernelPackage,crypto-iv)) define KernelPackage/crypto-echainiv TITLE:=Encrypted Chain IV Generator + DEPENDS:=+kmod-crypto-aead KCONFIG:=CONFIG_CRYPTO_ECHAINIV FILES:=$(LINUX_DIR)/crypto/echainiv.ko AUTOLOAD:=$(call AutoLoad,09,echainiv) |