Author: cyrus Date: 2016-02-19 12:49:03 +0100 (Fri, 19 Feb 2016) New Revision: 48745
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: fix chainiv crypto modules in 4.3+ kernels Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2016-02-18 18:55:46 UTC (rev 48744) +++ trunk/package/kernel/linux/modules/crypto.mk 2016-02-19 11:49:03 UTC (rev 48745) @@ -123,11 +123,12 @@ define KernelPackage/crypto-iv TITLE:=CryptoAPI initialization vectors DEPENDS:=+kmod-crypto-manager +kmod-crypto-rng +kmod-crypto-wq - KCONFIG:= CONFIG_CRYPTO_BLKCIPHER2 + KCONFIG:= CONFIG_CRYPTO_BLKCIPHER2 CONFIG_CRYPTO_ECHAINIV FILES:= \ $(LINUX_DIR)/crypto/eseqiv.ko \ - $(LINUX_DIR)/crypto/chainiv.ko - AUTOLOAD:=$(call AutoLoad,10,eseqiv chainiv) + $(LINUX_DIR)/crypto/chainiv.ko \ + $(LINUX_DIR)/crypto/[email protected] + AUTOLOAD:=$(call AutoLoad,10,eseqiv chainiv [email protected]) $(call AddDepends/crypto) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
