Author: hauke Date: 2015-08-09 19:19:00 +0200 (Sun, 09 Aug 2015) New Revision: 46577
Modified: branches/chaos_calmer/package/kernel/linux/modules/crypto.mk Log: CC: kernel: crypto: fix module loading of aead.ko The name of the module was wrong before. This should fix #20283. backport of r46574. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: branches/chaos_calmer/package/kernel/linux/modules/crypto.mk =================================================================== --- branches/chaos_calmer/package/kernel/linux/modules/crypto.mk 2015-08-09 17:18:10 UTC (rev 46576) +++ branches/chaos_calmer/package/kernel/linux/modules/crypto.mk 2015-08-09 17:19:00 UTC (rev 46577) @@ -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
