I am having the same error with 2.6.37.4 (for orion target).
The Makefile in the crypto dir seems to be broken...

It contains something like (from top of my head so don't shoot me if I
am wrong):
  hash_objs += ahash.o
  hash_objs += shash.o

But the hash_objs variable is never used...
A simple fix is to changes 'hash_objs' to 'objs', but then those 2 files
are always included. This did not seem a good solution to me, so I did
not send a patch yet...
As I did not have time to look further into this problem and I supposed
the kernel developers need to fix this, I was waiting for a solution.

Greetings,
  Maarten

On Wed, 2011-03-30 at 15:27 +0200, Peter Wagner wrote:
> dont apply this patch i still get a compile error after i did a make 
> target/linux/clean ....
> 
> failure is:
> 
> ERROR: "crypto_alloc_ahash" [crypto/ocf/cryptosoft.ko] undefined!
> ERROR: "crypto_alloc_ablkcipher" [crypto/ocf/cryptosoft.ko] undefined!
> ERROR: "crypto_ahash_digest" [crypto/ocf/cryptosoft.ko] undefined!
> ERROR: "crypto_ahash_setkey" [crypto/ocf/cryptosoft.ko] undefined!
> 
> Am Mittwoch, 30. März 2011, 14:58:08 schrieb Peter Wagner:
> > update linux to 2.6.37.6
> 
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to