[OpenWrt-Devel] Refresh Lighttpd and Enable linux-sendfile for Lighttpd

2013-06-29 Thread alpha sparc
This patch updates lighttpd to the latest version and enables the linux-sendfile call for lighttpd. Index: feeds/packages/net/lighttpd/Makefile === --- feeds/packages/net/lighttpd/Makefile(revision 36664) +++ feeds/packages/net/li

[OpenWrt-Devel] [PATCH][ar71xx] Disable JTAG on TL-WR841N-v8/MR3420v2 it also Fix USB Power on MR3420v2

2013-06-29 Thread Dmytro
On devices TL-WR841N-v8 and MR3420v2 (AP123 platform) we have common u-boot bootloader, so the enabled JTAG (by default on TL-WR841N-v8) - and so its enabled on MR3420v2. It affects on the USB-Power control, because the One of the pins TCK(GPIO4) is not managed so far enabled JTAG. https://dev.open

Re: [OpenWrt-Devel] Multiple virtual wireless interfaces - mix adhoc and ap mode?

2013-06-29 Thread jonsm...@gmail.com
On Tue, Jun 25, 2013 at 8:25 AM, Conor O'Gorman wrote: > On Tue, 2013-06-25 at 00:20 -0400, jonsm...@gmail.com wrote: >> Can this be made to work on Ralink? When I have the adhoc0 interface >> up bringing up ap0 says interface busy. >> > > Ralink is not good for supporting this type of setup.

Re: [OpenWrt-Devel] Correct use of relayd on both 2.4 & 5 Ghz band (wifi pseudobridge(s))

2013-06-29 Thread Chirag Chhatriwala
Can anyone help me with the question above? Thanks. I've been struggling to get more than 65mbps with the pseudo-bridge router on either of the wifi bands (2.4 and 5Ghz). On Wed, Jun 26, 2013 at 3:12 AM, Chirag Chhatriwala wrote: > Greetings, > > I have come across this document to setup a wifi

[OpenWrt-Devel] ubox: add delay for root partition when extroot is used

2013-06-29 Thread Peter Wagner
This patch adds a new option called delay_root to /etc/config/fstab. This option defines how long mount_root should wait (in seconds) for an external storage to show up. Signed-off-by: Peter Wagner diff --git a/block.c b/block.c index e3363ae..4d1b384 100644 --- a/block.c +++ b/block.c @@ -58,1

Re: [OpenWrt-Devel] [PATCH] network: update state file even when bringing down interfaces

2013-06-29 Thread Felix Fietkau
On 2013-06-29 7:42 AM, Daniel Dickinson wrote: > What happens if two or more hotplug events trigger essentially > simultaneously (can happen)? i.e. how do you prevent multiple processes > writing out of order (i.e. order is not guaranteed)? For 'iface' events, netifd serializes the calls and thu