[OpenWrt-Devel] [PATCH] ag71xx: fix a race involving netdev registration

2013-11-03 Thread Catalin Patulea
In particular, phy_connect before register_netdev. This is because register_netdev runs the netdev notifiers, which can race with the rest of the initialization in ag71xx_probe. In my case this manifested in two ways: 1) If ag71xx is compiled as a module and inserted after netifd has started, n

Re: [OpenWrt-Devel] Broadcom ARM Status

2013-11-03 Thread James Hilliard
That patch included a bit more than just the modifications needed to support the wl driver, that patch should be for the new broadcom ARM architecture. I think most of the dependencies for the wl driver and the ARM wl driver should be in here http://sourceforge.net/projects/routertesting/files/ea69

Re: [OpenWrt-Devel] [PATCH 0/18] broadcom-wl: improvements for newer devices

2013-11-03 Thread Jo-Philipp Wich
Hi Nathan, this series looks very well, ACK from me for merging it with a little comment on the wds interface naming; for mac80211 we use a dash as vif number separator, so wlan0 is vif 1 on phy0, wlan0-1 is vif 2 on phy 0 etc. I suggest using the same for wl, means wl0 is vif 1 on radio 0, wl0-1

[OpenWrt-Devel] [PATCH] disable mips16 for mysql and postgresql

2013-11-03 Thread Matthew M. Dean
mysql does not compile with mips16 enabled, here is the fix. diff --git a/libs/mysql/Makefile b/libs/mysql/Makefile index 1f756b9..d106b34 100644 --- a/libs/mysql/Makefile +++ b/libs/mysql/Makefile @@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/uclibc++.mk PKG_NAME:=mysql PKG_VERSION:=5.1.68

Re: [OpenWrt-Devel] Broadcom ARM Status

2013-11-03 Thread James Hilliard
Something interesting I found, seems broadcom is building the driver in this strange way precisely because of the GPL: /* Where to get the declarations for mem, str, printf, bcopy's? Two basic approaches. * * First, use the Linux header files and the C standard library replacmenent versions * b

[OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-03 Thread Králik Barnabás
This fixes the Erlang package so that libraries for Erlang can easily be packaged for OpenWRT. This means: - static libraries and include files for compiling NIFs are copied in the build environment to usr/{lib,include} - crypto is enabled in host Erlang build so that rebar can be used without

Re: [OpenWrt-Devel] [PATCH] ixp4xx: support for little endian build

2013-11-03 Thread Imre Kaloz
On Sat, 02 Nov 2013 20:38:19 +0100, Nathan Hintz wrote: Set ARCH=arm in target/linux/ixp4xx/Makefile There are virtually zero LE ixp4xx devices out there, and this config doesn't even support those, only ones where the secondary bootloader swaps endianness before booting the kern

Re: [OpenWrt-Devel] [PATCH] ag71xx: fix a race involving netdev registration

2013-11-03 Thread Catalin Patulea
On Sun, Nov 3, 2013 at 3:16 AM, Catalin Patulea wrote: > In particular, phy_connect before register_netdev. This is because > register_netdev runs the netdev notifiers, which can race with the rest of > the initialization in ag71xx_probe. Here's someone who demonstrated that this race condition ex

Re: [OpenWrt-Devel] [PATCH] [packages] erlang - allow compiling NIFs, allow rebar for libraries for Erlang + version bump

2013-11-03 Thread Peter Wagner
Hi, your patch is malformed. Please resend it and add the patch as attachment. Regards, Peter On Sun, 3 Nov 2013 19:41:01 +0100 Králik Barnabás wrote: > This fixes the Erlang package so that libraries for Erlang can easily be > packaged for OpenWRT. > > This means: > > - static libraries an

[OpenWrt-Devel] [PATCH] mxs: duckbill: adjust leds to final hardware

2013-11-03 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts b/target/linux/mxs/files/arch/arm/boot/dts/imx28-duckbill.dts

[OpenWrt-Devel] [PATCH] ar71xx: Add kernel support for the TP-Link WA750RE / WA850RE range extender

2013-11-03 Thread Martijn Zilverschoon
Patch to add kernel support for the TP-LINK WA750RE and the WA850RE range extender Signed-off-by: Martijn Zilverschoon diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 2a0ba82..55cbc10 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/conf

[OpenWrt-Devel] [PATCH] ar71xx: Add kernel support for the TP-Link WA750RE / WA850RE range extender

2013-11-03 Thread Martijn Zilverschoon
Patch to add kernel support for the TP-LINK WA750RE and the WA850RE range extender Signed-off-by: Martijn Zilverschoon + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free S