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

2013-05-27 Thread Bastian Bittorf
* Gabriel Tolón [28.05.2013 07:51]: > root@OpenWrt:/# rmmod ip_tables > rmmod: can't unload 'ip_tables': Resource temporarily unavailable > > I guess that's because some dependencies, so I tried removing other > modules first, without success. Also I searched for a modprobe > package in opkg, but

[OpenWrt-Devel] [PATCH] [v2] util-linux: add host build for libuuid

2013-05-27 Thread Andy Leiserson
This patch adds a host build for util-linux to make libuuid available in the host environment. libuuid is needed as a build dependency of gupnp, which needs a host build for the latest version in order to do Vala API generation. Signed-off-by: Andy Leiserson --- To me, this approach seemed pref

[OpenWrt-Devel] [PATCH] [v2] [include] autotools.mk: fixes for patch_libtool on host builds

2013-05-27 Thread Andy Leiserson
This fixes two issues with the patch_libtool fixup when used by a host build. 1) The '@' in $(patch_libtool) is a shell syntax error if patch_libtool is not the first fixup, so I think should be removed regardless of (2) 2) The conditionals for Hooks/HostConfigure/Pre were causing patch_libtool

Re: [OpenWrt-Devel] [PATCH] [packages] fix rygel build

2013-05-27 Thread Andy Leiserson
On Tue, Apr 23, 2013 at 11:53:47AM +0200, Jonas Gorski wrote: rygel currently doesn't build with gcc 4.6 and newer it seems, so I didn't apply it. I updated gupnp-av to a compiling version though. Rygel is apparently fixed in 17.1 and later. Since this is a major version bump and I lack the abili

[OpenWrt-Devel] [PATCH] util-linux: add host build for libuuid

2013-05-27 Thread Andy Leiserson
This patch adds a host build for util-linux to make libuuid available in the host environment. libuuid is needed as a build dependency of gupnp, which needs a host build for the latest version in order to do Vala API generation. Signed-off-by: Andy Leiserson --- To me, this approach seemed pref

[OpenWrt-Devel] [PATCH] [include] autotools.mk: fixes for patch_libtool on host builds

2013-05-27 Thread Andy Leiserson
This fixes two issues with the patch_libtool fixup when used by a host build. 1) The '@' in $(patch_libtool) is a shell syntax error if patch_libtool is not the first fixup, so I think should be removed regardless of (2) 2) The conditionals for Hooks/HostConfigure/Pre were causing patch_libtool

[OpenWrt-Devel] [PATCH] authsae 80211s authentication daemon

2013-05-27 Thread Etienne Champetier
This patch adds authsae open80211s authentication daemon (http://open80211s.org) It's a rework of Peter Naulls patch (http://patchwork.openwrt.org/patch/1350/) I've excluded the sample conf file as it's useless when used with mac80211.sh (future patch) Activating ec in openssl take 52Ko more on ar

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

2013-05-27 Thread Gabriel Tolón
Hi, I want to test TP-Link WDR3500 performance using iperf. According to TP-Link specifications, they could reach up to 600 Mbps using both 2.4 and 5 GHz bands. The problem is that as they are 100Mbps Ethernet, if I run iperf from a PC connected to the Ethernet port, I'll be limited to 100Mbp

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 89, Issue 55

2013-05-27 Thread Oguz Ersoz
I have a question to every OpenWRT developers Any one knows how to install OpenWRT to Huawei 253 HG this is new N-Router with USB - Original Message - From: "Felix Fietkau" To: "OpenWrt Development List" Cc: "Oguz Ersoz" Sent: Tuesday, May 21, 2013 3:52 PM Subject: Re: [OpenWrt-

[OpenWrt-Devel] [PATCH][packages][admin] zabbix: update to 2.0.6

2013-05-27 Thread Jiri Slachta
Update zabbix to version 2.0.6. Signed-off-by: Jiri Slachta Index: admin/zabbix/Makefile === --- admin/zabbix/Makefile (revision 36731) +++ admin/zabbix/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.m

[OpenWrt-Devel] [PATCHv4 3/3] generic: Add missing regulator symbols

2013-05-27 Thread Zoltan HERPAI
Add missing regulator symbols into generic config. Signed-off-by: Zoltan HERPAI --- Index: target/linux/generic/config-3.9 === --- target/linux/generic/config-3.9 (revision 36731) +++ target/linux/generic/config-3.9 (worki

[OpenWrt-Devel] [PATCHv4 2/3] imx23: Add target for i.MX23

2013-05-27 Thread Zoltan HERPAI
Adding target support for i.MX23, initial setup for the different Olinuxino boards. Signed-off-by: Zoltan HERPAI --- Index: target/linux/imx23/image/Makefile === --- target/linux/imx23/image/Makefile (revision 0) +++ target/linu

[OpenWrt-Devel] [PATCHv4 1/3] [tools]: Add tools support for i.MX23

2013-05-27 Thread Zoltan HERPAI
Adding tools support for booting up an i.MX23-based board via bootlets. Signed-off-by: Zoltan HERPAI --- Index: package/imx-bootlets/patches/001-skip_sb_generation.patch === --- package/imx-bootlets/patches/001-skip_sb_generation.

[OpenWrt-Devel] [PATCHv4 0/3] Add new target for i.MX23-based boards

2013-05-27 Thread Zoltan HERPAI
This patch will add support for i.MX23-based boards, starting with Olimex Olinuxino. This is an ARM9-based board which comes in different flavours depending on devices. Currently supported: - 3.9.4 kernel - ext4 rootfs - USB - ethernet - RTC, watchdog Work in progress for: - I2C - SPI -