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

2009-02-14 Thread Jan Willies
Signed-off-by: Jan Willies j...@willies.info --- 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

[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

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 knowledge)

[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 roberto.rig...@create-net.org -- Index: net/lighttpd/Makefile === --- net/lighttpd/Makefile

[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 m...@bu3sch.de --- Index: