[OpenWrt-Devel] [PATCH 2/5] kernel: enable AES-NI for x86
John Crispin
blogic at openwrt.org
Fri Mar 6 07:23:39 EST 2015
On 06/03/2015 13:01, Ulrich Weber wrote:
> 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
hmm, we should fix the parser in that case, will have a look at this
later today or start of next week
John
_______________________________________________
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