On 2011-04-02 2:31 PM, Maarten Bezemer wrote:
make oldconfig did not help, I still get these errors when linking the
kernel:

   LD      vmlinux
drivers/built-in.o: In function `mv_remove':
staging.c:(.text+0x49250): undefined reference to
`crypto_unregister_ahash'
staging.c:(.text+0x49264): undefined reference to
`crypto_unregister_ahash'
drivers/built-in.o: In function `mv_probe':
staging.c:(.text+0x494f0): undefined reference to
`crypto_register_ahash'
staging.c:(.text+0x49518): undefined reference to
`crypto_register_ahash'

and some more missing references.
All due to the missing ahash.o and shash.o while linking.


When I select CONFIG_CRYPTO_HASH in the kernel config, everything works!
Should there be a patch to force this option to be always selected? Only
for orion target? Or lies the problem somewhere else?

I am unsure what to do with this... :)
Should be fixed in r26402
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to