Re: [crisos] USB and WIFI... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/crisos Archives
]
- To: crisos@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [crisos] USB and WIFI...
- From: "r.dirksmits@xxxxxxxxx" <r.dirksmits@xxxxxxxxx>
- Date: Wed, 15 Oct 2008 19:36:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=gi+sLLETQGoKpSOBVxOMToP6pXHqz6/M3UkJu4s3Sig=; b=qGPKuv8X4vXjeaT3is2anXsHjK5WolNKpD6ioVofN3vwwkqC2HngONwMdoNFlLAQzy Fx/JPP2S2JQjzqZi3clqJx2ZO9bzPQNetdwo+e/fuuSJQ4O03To6KYzdC0x+d/XxZixr 8382t8mNdebQ7DVlBb+13TgCMTVzXPIVnPReM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=F/b2pKtbGNA90hLENtrtbtqyu0JWcY0gt8Jwvg8P2RVNov4fFJtWxiQTOygoz1QmKn X+PU/Aakwk2HaGfJAayVrDpl6Y/xc7tk8ldrDWaZ0knLOGM7Wz2izVLJA5PR8HdGb0Kd Y2h/9YrnU4+i8PDHkNRyhiH13MXQReo/Z9xIU=
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.