Author: blogic Date: 2016-02-16 08:47:06 +0100 (Tue, 16 Feb 2016) New Revision: 48724
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: crypto-echainiv was missing deps Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2016-02-15 18:45:34 UTC (rev 48723) +++ trunk/package/kernel/linux/modules/crypto.mk 2016-02-16 07:47:06 UTC (rev 48724) @@ -136,6 +136,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
