Author: nbd Date: 2015-12-11 20:21:49 +0100 (Fri, 11 Dec 2015) New Revision: 47870
Modified: trunk/package/kernel/linux/modules/crypto.mk Log: kernel: crypto-aead depends on crypto-null in 4.3 as well Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/modules/crypto.mk =================================================================== --- trunk/package/kernel/linux/modules/crypto.mk 2015-12-11 19:21:43 UTC (rev 47869) +++ trunk/package/kernel/linux/modules/crypto.mk 2015-12-11 19:21:49 UTC (rev 47870) @@ -27,7 +27,7 @@ CONFIG_CRYPTO_AEAD2 FILES:=$(LINUX_DIR)/crypto/aead.ko AUTOLOAD:=$(call AutoLoad,09,aead,1) - $(call AddDepends/crypto, +LINUX_4_4:kmod-crypto-null) + $(call AddDepends/crypto, +LINUX_4_3:kmod-crypto-null +LINUX_4_4:kmod-crypto-null) endef $(eval $(call KernelPackage,crypto-aead)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
