Author: nbd Date: 2015-12-12 13:02:20 +0100 (Sat, 12 Dec 2015) New Revision: 47883
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: make kmod-crypto-rng depend on kmod-crypto-hash Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2015-12-12 11:27:51 UTC (rev 47882) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-12-12 12:02:20 UTC (rev 47883) @@ -100,6 +100,7 @@ define KernelPackage/crypto-rng TITLE:=CryptoAPI random number generation + DEPENDS:=+kmod-crypto-hash KCONFIG:= \ CONFIG_CRYPTO_DRBG \ CONFIG_CRYPTO_JITTERENTROPY \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
