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 \
>>
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 \
+
Hi Ulrich,
comments inline
On 17/02/2015 16:54, Ulrich Weber wrote:
> Signed-off-by: Ulrich Weber
> ---
> package/kernel/linux/modules/crypto.mk | 11 +++
> 1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/package/kernel/linux/modules/crypto.mk
> b/package/kernel/linux
Signed-off-by: Ulrich Weber
---
package/kernel/linux/modules/crypto.mk | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 7f8b9f2..1ae962f 100644
--- a/package/kernel/linux/modules/