Author: nbd Date: 2014-12-08 13:03:41 +0100 (Mon, 08 Dec 2014) New Revision: 43561
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kmod-crypto-hw-talitos: add missing dependency Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2014-12-08 10:48:28 UTC (rev 43560) +++ trunk/package/kernel/linux/modules/crypto.mk 2014-12-08 12:03:41 UTC (rev 43561) @@ -133,7 +133,7 @@ define KernelPackage/crypto-hw-talitos TITLE:=Freescale integrated security engine (SEC) driver - DEPENDS:=+kmod-crypto-aes +kmod-crypto-manager +kmod-crypto-hash +kmod-random-core + DEPENDS:=+kmod-crypto-aes +kmod-crypto-manager +kmod-crypto-hash +kmod-random-core +kmod-crypto-authenc KCONFIG:= \ CONFIG_CRYPTO_DEV_TALITOS FILES:= \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
