[OpenWrt-Devel] [PATCH 2/5] kernel: enable AES-NI for x86

Ulrich Weber uweber.linux at gmail.com
Fri Mar 6 07:10:42 EST 2015


Hi John,

On 06.03.2015 09:19, John Crispin wrote:
>   define KernelPackage/crypto-aes/x86
> -  FILES+=$(LINUX_DIR)/arch/x86/crypto/aes-i586.ko
> -  AUTOLOAD:=$(call AutoLoad,09,aes-i586)
> +  FILES+=$(LINUX_DIR)/arch/x86/crypto/aes-i586.ko \
> +	$(LINUX_DIR)/arch/x86/crypto/aesni-intel.ko \
> +	$(LINUX_DIR)/crypto/ablk_helper.ko \
> +	$(LINUX_DIR)/crypto/lrw.ko
> +  AUTOLOAD:=$(call AutoLoad,09,ablk_helper lrw aes_generic aes-i586 aesni-intel)
> DEPENDS+=+kmod-crypto-cryptd +kmod-crypto-gf128 +kmod-crypto-xts
> KCONFIG+=CONFIG_CRYPTO_AES_586 CONFIG_CRYPTO_AES_NI_INTEL
>
> same goes fro 3/5  or am i missing something ?
>
Nope, that didnt work for me. Seems the DEPENDS/KCONFIG parser
is not aware of architecture specific packages?

Cheers
  Ulrich
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list