Re: [crisos] USB and WIFI...

[ Thread Index | Date Index | More lists.tuxfamily.org/crisos Archives ]


Goodday everybody,

 2)  I had the same problem with the crypto modules. I found the reason
for not compiling in not being initialized of the necessary variables.
I didn't manage to find out where this should have been done, however
changing the variables in the Makefile did help. (I am aware that this
is a very very dirty workaround)
the file
...../darwinfox/openwrt/build_dir/linux-etrax/linux-2.6.25.16/crypto/Makefile
looks now something like this:

#
# Cryptographic API
#

obj-$(CONFIG_CRYPTO) += api.o cipher.o digest.o compress.o

crypto_algapi-$(CONFIG_PROC_FS) += proc.o
crypto_algapi-objs := algapi.o scatterwalk.o $(crypto_algapi-y)
#obj-$(CONFIG_CRYPTO_ALGAPI) += crypto_algapi.o
obj-y += crypto_algapi.o
obj-$(CONFIG_CRYPTO_AEAD) += aead.o

crypto_blkcipher-objs := ablkcipher.o
crypto_blkcipher-objs += blkcipher.o
crypto_blkcipher-objs += chainiv.o
crypto_blkcipher-objs += eseqiv.o
#obj-$(CONFIG_CRYPTO_BLKCIPHER) += crypto_blkcipher.o
obj-y += crypto_blkcipher.o
obj-$(CONFIG_CRYPTO_SEQIV) += seqiv.o

crypto_hash-objs := hash.o
obj-$(CONFIG_CRYPTO_HASH) += crypto_hash.o

#obj-$(CONFIG_CRYPTO_MANAGER) += cryptomgr.o
obj-y += cryptomgr.o
obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o
obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o
obj-$(CONFIG_CRYPTO_MD4) += md4.o
obj-$(CONFIG_CRYPTO_MD5) += md5.o
obj-$(CONFIG_CRYPTO_SHA1) += sha1_generic.o
obj-$(CONFIG_CRYPTO_SHA256) += sha256_generic.o
obj-$(CONFIG_CRYPTO_SHA512) += sha512.o
obj-$(CONFIG_CRYPTO_WP512) += wp512.o
obj-$(CONFIG_CRYPTO_TGR192) += tgr192.o
obj-$(CONFIG_CRYPTO_GF128MUL) += gf128mul.o
#obj-$(CONFIG_CRYPTO_ECB) += ecb.o
obj-m += ecb.o
obj-$(CONFIG_CRYPTO_CBC) += cbc.o

I do hope somebody else is now able to find a better solution

With Kind Regards
Dirk Smits

mcostantino@xxxxxxxxxxxxxxx wrote:
> Some helps needed...
>
> 1) Has anyone successfully managed how to enable kmod-usb* modules loaded
> on the latest darwinfox trunk? During the build process it always says
> that it cannot find *usb* modules in the kernel's configuration.
>
> 2) Has anyone found a solution to get crypto modules compiled ok? (cannot
> compile rt73....)
>
> Many thanks!
>
>
>
> ---
> CrisOs mailing list
> Official multi-language http://www.crisos.org/ mailing list
>
> For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.
>
>   


---
CrisOs mailing list
Official multi-language http://www.crisos.org/ mailing list

For unsubscribe send empty mail to: crisos-request@xxxxxxxxxxxxxxxxxxx with subject unsubscribe.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/