Re: [OpenWrt-Devel] RDC GPIO broken?

2009-03-26 Thread Florian Fainelli
Hi Simon, Le Thursday 26 March 2009 01:10:25 bifferos, vous avez écrit : > I'm not very familiar with the kernel Kconfig/makefile layout, but it seems > the mach-rdc321x stuff, namely gpio.c and platform.c in > arch/x86/mach-rdc321x/ don't get compiled. I couldn't work out if there > was some ker

Re: [OpenWrt-Devel] RDC GPIO broken?

2009-03-26 Thread bifferos
OK, thanks for clarifying that. I guess this means you will not be implementing RDC GPIOLIB support any time soon. I will look into this if others are interested. --- On Thu, 26/3/09, Florian Fainelli wrote: > From: Florian Fainelli > Subject: Re: [OpenWrt-Devel] RDC GPIO broken? > To: openw

Re: [OpenWrt-Devel] RDC GPIO broken?

2009-03-26 Thread Florian Fainelli
Le Thursday 26 March 2009 12:19:50 bifferos, vous avez écrit : > OK, thanks for clarifying that. I guess this means you will not be > implementing RDC GPIOLIB support any time soon. I will look into this > if others are interested. Getting GPIOs to work is not my primary concern since right now,

[OpenWrt-Devel] [PATCH] Fix libclinkc makefile

2009-03-26 Thread Surki
Signed-off-by: Surki --- libs/clinkc/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libs/clinkc/Makefile b/libs/clinkc/Makefile index c3beda8..e3885fa 100644 --- a/libs/clinkc/Makefile +++ b/libs/clinkc/Makefile @@ -52,4 +52,4 @@ define Build/InstallDev

Re: [OpenWrt-Devel] RDC GPIO broken?

2009-03-26 Thread bifferos
--- On Thu, 26/3/09, Florian Fainelli wrote: > > now, the mainline > kernel does not probably boot correctly on any RDC 321x SoC > due to no way to > set the tick rate properly with everything that it implies > on the other > peripherals. I guess run-time detection is ideal, however not sure

Re: [OpenWrt-Devel] RDC GPIO broken?

2009-03-26 Thread Jac Goudsmit
There's another problem that the RDC GPIO code appears to be a little device-specific: I may be wrong but it looks like the current code specifies a DMZ LED on the GPIO and nothing else. This may make sense for the Airlink and for the other RDC-based routers that are in the tree and happen to h

Re: [OpenWrt-Devel] RDC GPIO broken?

2009-03-26 Thread Florian Fainelli
Hi Jac, Le Thursday 26 March 2009 16:37:53 Jac Goudsmit, vous avez écrit : > There's another problem that the RDC GPIO code appears to be a little > device-specific: I may be wrong but it looks like the current code > specifies a DMZ LED on the GPIO and nothing else. This may make sense for > the

[OpenWrt-Devel] Security update for openssl 0.9.8k and shorewall 4.2.7 update

2009-03-26 Thread Puchu
Hi openssl security advisory: http://www.openssl.org/news/secadv_20090325.txt also update shorewall to the latest stable version greets Index: patches/120-makedepend.patch === --- patches/120-makedepend.patch (Revision 15047) ++