Author: nbd Date: 2016-01-17 12:17:06 +0100 (Sun, 17 Jan 2016) New Revision: 48277
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: add missing kernel config symbol for crypto-rng (fixes #21596) Signed-off-by: Lucian Cristian <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2016-01-17 11:16:56 UTC (rev 48276) +++ trunk/package/kernel/linux/modules/crypto.mk 2016-01-17 11:17:06 UTC (rev 48277) @@ -102,6 +102,7 @@ TITLE:=CryptoAPI random number generation DEPENDS:=+kmod-crypto-hash KCONFIG:= \ + CONFIG_CRYPTO_DRBG_MENU \ CONFIG_CRYPTO_DRBG \ CONFIG_CRYPTO_JITTERENTROPY \ CONFIG_CRYPTO_RNG2 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
