[OpenWrt-Devel] [PATCH] bcm47xx: Fix GPIO API return codes

2009-02-14 Thread Michael Buesch
The GPIO API is supposed to return 0 or a negative error code, but the SSB GPIO functions return the bitmask of the GPIO register. Fix this by ignoring the bitmask and always returning 0. The SSB GPIO functions can't fail. Signed-off-by: Michael Buesch --- Index: linux-2.6/arch/mips/include/as

[OpenWrt-Devel] [PATCH] Use proper configure options

2009-02-14 Thread Roberto Riggio
Do not pass the "--with-webdav-props" option to configure if the mod-webdav has not been selected. Signed-off-by: Roberto Riggio http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Jabber/XMPP Lua Server

2009-02-14 Thread Tim Yardley
djabberd might be another option, although I am not familiar with the particular stated extension. http://www.danga.com/djabberd/ /tmy On Sat, Feb 14, 2009 at 8:51 AM, Florian Fainelli wrote: > Hi Lorenzo, > > Le Saturday 14 February 2009 15:01:51 OrazioPirataDelloSpazio (Lorenzo), vous > avez

Re: [OpenWrt-Devel] Jabber/XMPP Lua Server

2009-02-14 Thread Florian Fainelli
Hi Lorenzo, Le Saturday 14 February 2009 15:01:51 OrazioPirataDelloSpazio (Lorenzo), vous avez écrit : > Hi all, > I want to test a Jabber/XMPP lightweight server. > I find this one, that is written in LUA, and that is the only one that > can be ported to embedded device(to the best of my knowled

[OpenWrt-Devel] Jabber/XMPP Lua Server

2009-02-14 Thread OrazioPirataDelloSpazio (Lorenzo)
Hi all, I want to test a Jabber/XMPP lightweight server. I find this one, that is written in LUA, and that is the only one that can be ported to embedded device(to the best of my knowledge) and that support XMPP-OVER-BOSH [1]. http://prosody.im/ Searching on web, I find that this is already port

[OpenWrt-Devel] [PATCH] update p54 firmware and fix mac80211 dependancy

2009-02-14 Thread Jan Willies
Signed-off-by: Jan Willies --- package/mac80211/Makefile | 31 ++- 1 files changed, 22 insertions(+), 9 deletions(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index c5a4bfd..723fb2a 100644 --- a/package/mac80211/Makefile +++ b/package/mac80