Author: hauke Date: 2015-08-09 19:18:10 +0200 (Sun, 09 Aug 2015) New Revision: 46576
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: crypto: fix depends in kmod-crypto-hmac This module had two depends lines. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2015-08-09 17:17:51 UTC (rev 46575) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-08-09 17:18:10 UTC (rev 46576) @@ -380,10 +380,9 @@ define KernelPackage/crypto-hmac TITLE:=HMAC digest CryptoAPI module - DEPENDS:=+kmod-crypto-hash + DEPENDS:=+kmod-crypto-hash +kmod-crypto-manager KCONFIG:=CONFIG_CRYPTO_HMAC FILES:=$(LINUX_DIR)/crypto/hmac.ko - DEPENDS:=+kmod-crypto-manager AUTOLOAD:=$(call AutoLoad,09,hmac) $(call AddDepends/crypto) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
