Author: nbd Date: 2015-01-05 22:37:29 +0100 (Mon, 05 Jan 2015) New Revision: 43857
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: add missing dependency for kmod-crypto-ghash Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 21:37:21 UTC (rev 43856) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-01-05 21:37:29 UTC (rev 43857) @@ -425,7 +425,7 @@ define KernelPackage/crypto-ghash TITLE:=GHASH digest CryptoAPI module - DEPENDS:=+kmod-crypto-gf128 + DEPENDS:=+kmod-crypto-gf128 +kmod-crypto-hash KCONFIG:=CONFIG_CRYPTO_GHASH FILES:=$(LINUX_DIR)/crypto/ghash-generic.ko AUTOLOAD:=$(call AutoLoad,09,ghash-generic) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
