Author: hauke Date: 2015-08-09 19:17:51 +0200 (Sun, 09 Aug 2015) New Revision: 46575
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: crypto: fix module loading of cryptomgr.ko There was no rule to load this module. 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:31 UTC (rev 46574) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-08-09 17:17:51 UTC (rev 46575) @@ -66,6 +66,7 @@ CONFIG_CRYPTO_MANAGER \ CONFIG_CRYPTO_MANAGER2 FILES:=$(LINUX_DIR)/crypto/cryptomgr.ko + AUTOLOAD:=$(call AutoLoad,09,cryptomgr,1) $(call AddDepends/crypto) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
