[OpenWrt-Devel] SCTP support in OpenWRT

2010-08-16 Thread Sebastien Decugis
Hello, I have created a package to allow support of SCTP in OpenWRT (git head) and I thought it might be interesting to others as well... Please feel free to send me your comments on this package. The Makefile is hosted here (click "raw" link to download): http://www.freediameter.net/hg/fD-OWRT-p

Re: [OpenWrt-Devel] Problem cross compiling gammu

2010-08-16 Thread Bas Mevissen
On 08/16/2010 05:55 PM, Bas Mevissen wrote: > > Hi, > > I took some stuff from https://dev.openwrt.org/ticket/7649 to compile > gammu for OpenWRT on AVR32. > > Most of it seems fine, but a few things fail: > > - The compilation needs cmake on the host, which is not checked for. > OpenWRT does n

[OpenWrt-Devel] Problem cross compiling gammu

2010-08-16 Thread Bas Mevissen
Hi, I took some stuff from https://dev.openwrt.org/ticket/7649 to compile gammu for OpenWRT on AVR32. Most of it seems fine, but a few things fail: - The compilation needs cmake on the host, which is not checked for. OpenWRT does not provide support for cmake, but a host installed recent cmake

Re: [OpenWrt-Devel] [Help] R3000 CPU porting, Oops while run app

2010-08-16 Thread Florian Fainelli
Hi, On Monday 16 August 2010 16:23:01 arrow zhang wrote: > Dears, > > * I'm encounter a oops error while run the userspace application > * I tried to porting the owrt to a R3000 cpu, which will be a new > router but can not buy on market yet > * Would like anyone give some advice, thanks > * belo

[OpenWrt-Devel] [Help] R3000 CPU porting, Oops while run app

2010-08-16 Thread arrow zhang
Dears, * I'm encounter a oops error while run the userspace application * I tried to porting the owrt to a R3000 cpu, which will be a new router but can not buy on market yet * Would like anyone give some advice, thanks * below is some messages (detail refer to enclosed file) {{{ CPU 0 Unable to h

Re: [OpenWrt-Devel] DHCP and wifi-reconnection

2010-08-16 Thread Stefan Monnier
> So: how can I configure OpenWRT to always do a DHCP request upon > wifi-(re)connection, even when it already has a valid IP-lease? Ping? Stefan ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/

Re: [OpenWrt-Devel] [PATCH V2] ramips: allow USB

2010-08-16 Thread Jonas Gorski
Hi Luis, On 16 August 2010 00:59, Luis Correia wrote: > (...) > --- target/linux/ramips/rt305x/config-2.6.32(revision 22663) > +++ target/linux/ramips/rt305x/config-2.6.32(working copy) > (...) > +CONFIG_USB=y kmod-usb-core already provides this built as a module, so installing that sho

[OpenWrt-Devel] [PATCH] add dm-crypt and fix tabs

2010-08-16 Thread Jan Willies
Signed-off-by: Jan Willies --- package/kernel/modules/block.mk | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 638ffd3..8af67b3 100644 --- a/package/kernel/modules/block.mk

[OpenWrt-Devel] [PATCH] add XTS cipher CryptoAPI module

2010-08-16 Thread Jan Willies
needed for proper dm-crypt support Signed-off-by: Jan Willies --- package/kernel/modules/crypto.mk | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index fa2ddbc..421e37f 100644 --- a/pac