[OpenWrt-Devel] [PATCH v2 0/2] [atheros] Fix dma mapping and register addresses for ahb bus

2011-02-25 Thread Wojciech Dubowik
This set of patches allows to use ath5k driver in ahb mode on AR231x platforms. Note: Kernel 2.6.37 and up is not yet supported. Wojciech Dubowik (2): [atheros] Use physical addresses definition for AR2315 the same way as AR5312. Fixes ioremap problem for wmac devices. [atheros] Fix

[OpenWrt-Devel] [PATCH v2 1/2] [atheros] Use physical addresses definition for AR2315 the same way as AR5312. Fixes ioremap problem for wmac devices.

2011-02-25 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik wojciech.dubo...@neratec.com --- .../251-ar2315_use_physical_addresses.patch| 72 .../251-ar2315_use_physical_addresses.patch| 72 .../251-ar2315_use_physical_addresses.patch| 72

Re: [OpenWrt-Devel] [PATCH] seagate goflex support for dockstar target

2011-02-25 Thread Jan Willies
Hi Martin, 2011/2/23 Martin Mueller m...@sig21.net: I added support for the seagate GoFlex Net/Home to the dockstar target. The kernel will get slightly larger, but I think this is acceptable on this platform, since it has enough resources. That's great! I guess that'd be a huge performance

[OpenWrt-Devel] [PATCH] scripts/env: too much quoting

2011-02-25 Thread Benjamin Cama
Hi, I think someone munching too much with Makefiles thought that quoting strings with an asterisk in it in bash is OK; it's not. Fix that. Regards, benjamin -- Index: scripts/env === --- scripts/env (revision 25704) +++

Re: [OpenWrt-Devel] [PATCH] seagate goflex support for dockstar target

2011-02-25 Thread Martin Mueller
Hi Jan, On Fri, Feb 25, 2011 at 01:21:40PM +0100, Jan Willies wrote: 2011/2/23 Martin Mueller m...@sig21.net: I added support for the seagate GoFlex Net/Home to the dockstar target. The kernel will get slightly larger, but I think this is acceptable on this platform, since it has enough

[OpenWrt-Devel] [PATCH] add rlm_sql_sqlite and rlm_passwd to freeradius2

2011-02-25 Thread Etienne Champetier
Hello I attached the new makefile (not a patch) because my modification compiles but it's not well shown in menuconfig (mod_sql_pgsql disappears ...) I haven't found how to fix this but I think you can fix it in 2 sec This patch if accepted closes the ticket that I've posted (#8904) Thanks