[OpenWrt-Devel] Watchdog on x86 Intel Atom D2550

2013-05-29 Thread banglang . huang
Hi all, Is there and watchdog driver for Intel Atom D2550 on openwrt ? By the way how to reset to default settings on x86 platform ? best regards, banglang.huang___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] packages: curl: Allow fine grained protocol configuration

2013-05-29 Thread Helmut Schaa
On Tue, May 14, 2013 at 11:19 AM, Helmut Schaa helmut.sc...@googlemail.com wrote: Disabling unused protocols in libcurl can save more then 100K, hence add some build time config options to enable/disable protocols. Any update on this patch? Helmut ___

Re: [OpenWrt-Devel] [PATCH] Add cgi programs to apcupsd

2013-05-29 Thread Jo-Philipp Wich
Hi. In principle the patch looks okay but I think it should not depend on uhttpd specifically as some users might want to run the CGI programs on top of another httpd. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] WDR3500, unload kernel modules to improve iperf throughput?

2013-05-29 Thread Gabriel Tolón
Jo-Philipp and Bastian, I used the approach of commenting the iptables modules in /etc/modules.d, and I could send up to 85 Mbps (UDP) from iperf inside the router for each band, compared with 50 Mbps before commenting the modules, much better. Now I'll try find a way to test both bands

Re: [OpenWrt-Devel] WDR3500, unload kernel modules to improve iperf throughput?

2013-05-29 Thread Felix Fietkau
On 2013-05-29 4:16 PM, Gabriel Tolón wrote: Jo-Philipp and Bastian, I used the approach of commenting the iptables modules in /etc/modules.d, and I could send up to 85 Mbps (UDP) from iperf inside the router for each band, compared with 50 Mbps before commenting the modules, much better.

[OpenWrt-Devel] GitHub repo with collectd5 package for AA

2013-05-29 Thread Daniel Dickinson
Hi all, FYI, I have created a GitHub repo with a 'collectd5' package for Attitude Adjustment, which adds collectd 5.0.3 to AA (I plan on doing a trunk port at some point too). Add src-git cshore_aa git://github.com/cshore/openwrt-aa-packages.git and update your feeds if you want to build it /

Re: [OpenWrt-Devel] WDR3500, unload kernel modules to improve iperf throughput?

2013-05-29 Thread Gabriel Tolón
Hi Antonio, I'm already using batman-adv, so this bandwidth meter sounds great, I'll try it. If I have some trouble installing batman-adv-devel (I've never used it) or something I ask you or in the batman-adv list. Thanks! Gabriel El 28/05/13 04:00, Antonio Quartulli escribió: On Mon, May

[OpenWrt-Devel] [PATCH] authsae: adapt uci scripts to use authsae

2013-05-29 Thread Emanuel Taube
This patch modifies the uci scripts to be able to start meshd-nl80211 for encrypted mesh networks, therefor a new script (authsae.sh) is inserted. Signed-off-by: Emanuel Taube emanuel.ta...@gmail.com diff --git a/package/mac80211/files/lib/wifi/mac80211.sh

Re: [OpenWrt-Devel] WDR3500, unload kernel modules to improve iperf throughput?

2013-05-29 Thread Gabriel Tolón
Hi Felix, I know it's better to test from ethernet, but the problem is that WDR3500 routers are 100 Mbps ethernet, and these routers should be capable of transmitting much more than that, that's why I want to test another possibilities. Gabriel El 29/05/13 11:28, Felix Fietkau escribió:

Re: [OpenWrt-Devel] WDR3500, unload kernel modules to improve iperf throughput?

2013-05-29 Thread Felix Fietkau
On 2013-05-29 5:26 PM, Gabriel Tolón wrote: Hi Felix, I know it's better to test from ethernet, but the problem is that WDR3500 routers are 100 Mbps ethernet, and these routers should be capable of transmitting much more than that, that's why I want to test another possibilities. Have

Re: [OpenWrt-Devel] WDR3500, unload kernel modules to improve iperf throughput?

2013-05-29 Thread Gabriel Tolón
El 29/05/13 12:49, Felix Fietkau escribió: On 2013-05-29 5:26 PM, Gabriel Tolón wrote: Hi Felix, I know it's better to test from ethernet, but the problem is that WDR3500 routers are 100 Mbps ethernet, and these routers should be capable of transmitting much more than that, that's why I want

Re: [OpenWrt-Devel] [OpenWrt-Users] Question

2013-05-29 Thread cmsv
compile the image with: [*] Force Atheros drivers to respect the user's regdomain settings And let us know On 05/29/2013 10:50 AM, Daniel Lipuma wrote: Hello Have you ever had this problem? We have a Doodle Labs module DL2435 whit an output power of 2W, 33dBm.

[OpenWrt-Devel] random: Not enough entropy pool available for secure operations dir 601/615

2013-05-29 Thread cmsv
random: Only 4/20 bytes of stron[ 1287.91] br-lan: port 2(wlan0) entered forwarding state g random data av[ 1287.92] br-lan: port 2(wlan0) entered forwarding state ailable from /de[ 1287.92] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready v/random random: Not enough entropy pool

[OpenWrt-Devel] [PATCH] bump openvpn to 2.3.1

2013-05-29 Thread Adam Gensler
Hi all, The following patch bumps OpenVPN to 2.3.1. Version 2.3.1 adds native support for PolarSSL 1.2+, so I dropped the existing 100-polarssl_update.patch from OpenVPN. Compile tested both the -polarssl and -openssl versions on ar71xx. Runtime tested the -openssl version on a WNDR3800. It's