Author: hauke Date: 2015-08-09 19:17:31 +0200 (Sun, 09 Aug 2015) New Revision: 46574
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: crypto: fix module loading of aead.ko The name of the module was wrong before. This should fix #20283. 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 15:12:07 UTC (rev 46573) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-08-09 17:17:31 UTC (rev 46574) @@ -41,7 +41,7 @@ CONFIG_CRYPTO_AEAD \ CONFIG_CRYPTO_AEAD2 FILES:=$(LINUX_DIR)/crypto/aead.ko - AUTOLOAD:=$(call AutoLoad,09,crypto_aead,1) + AUTOLOAD:=$(call AutoLoad,09,aead,1) $(call AddDepends/crypto) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
