[OpenWrt-Devel] [PATCH] [lantiq] V2: add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez Fernández
Add support for Astoria ARV7519RW. These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with different GPHY firmwares, two targets were defined. V2: rewrote partitions to work with

Re: [OpenWrt-Devel] [PATCH] [lantiq] V2: add support for Astoria ARV7519RW.

2014-03-12 Thread John Crispin
hi, i am starting to wonder if we should to runtime detection of the fw blob to use ... i.e. indicate in the dts file if we want 11g or 22fe firmware and let the code figure out the version John On 12/03/2014 09:29, José Vázquez Fernández wrote: Add support for Astoria ARV7519RW. These

Re: [OpenWrt-Devel] [PATCH] [lantiq] Add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez
2014-03-10 12:26 GMT+01:00, José Vázquez Fernández ppvazquez...@gmail.com: Add support for Astoria ARV7519RW. These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with differen

Re: [OpenWrt-Devel] [PATCH] [lantiq] Add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez
2014-03-12 9:40 GMT+01:00, José Vázquez ppvazquez...@gmail.com: 2014-03-10 12:26 GMT+01:00, José Vázquez Fernández ppvazquez...@gmail.com: Add support for Astoria ARV7519RW. These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled.

Re: [OpenWrt-Devel] [PATCH] [lantiq] V2: add support for Astoria ARV7519RW.

2014-03-12 Thread José Vázquez
2014-03-12 9:31 GMT+01:00, John Crispin j...@phrozen.org: hi, i am starting to wonder if we should to runtime detection of the fw blob to use ... i.e. indicate in the dts file if we want 11g or 22fe firmware and let the code figure out the version John On 12/03/2014 09:29, José

Re: [OpenWrt-Devel] [PATCHv2] openssl: Fix x86_64 build on some 64bit host systems

2014-03-12 Thread Felix Fietkau
On 2014-03-11 17:42, Helmut Schaa wrote: On some build hosts openssl fails to install since openssl installs itself into lib64 while the openwrt Makefile expects the libs to end up in lib. install -m0644

[OpenWrt-Devel] bridge operation without physical port, 'bridge_empty'

2014-03-12 Thread Conor O'Gorman
Hi, I'm trying to get a 'virtual' bridge up to support vlan tagging. But I am having great difficulty in making this work. I tried trunk for the 'bridge_empty' setting, but it's not doing it for me. Problem is with 'br-lan' not wanting to change to up state: config interface 'lan'

[OpenWrt-Devel] [RFC] netifd: Reload proto on bridge member add/remove

2014-03-12 Thread Helmut Schaa
Main use-case is to renew/restart DHCP if a bridge member is added/removed. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- Maybe it is worth to add another PROTO_CMD_RENEW or something that is more lightweight instead of running a full setup again? bridge.c| 4 device.h

Re: [OpenWrt-Devel] bridge operation without physical port, 'bridge_empty'

2014-03-12 Thread Conor O'Gorman
On 12/03/14 12:54, Conor O'Gorman wrote: I'm trying to get a 'virtual' bridge up to support vlan tagging. But I am having great difficulty in making this work. I tried trunk for the 'bridge_empty' setting, but it's not doing it for me. Can I use some other sort of dummy interface to force it

Re: [OpenWrt-Devel] [RFC] netifd: Reload proto on bridge member add/remove

2014-03-12 Thread Felix Fietkau
On 2014-03-12 14:03, Helmut Schaa wrote: Main use-case is to renew/restart DHCP if a bridge member is added/removed. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- Maybe it is worth to add another PROTO_CMD_RENEW or something that is more lightweight instead of running a full

[OpenWrt-Devel] Buildbot confused?

2014-03-12 Thread Hannu Nyman
Looks like the buildbot is confused... There are only a few March 12th build attemps and still several buildslaves sit idle. Compared to the status a few hours ago, it looks like all not yet started builds have been removed from the queue and then buildbot simply waits and says that 22.5

[OpenWrt-Devel] [PATCH] ath10k: update firmware and allow choice between AP and STA firmwares

2014-03-12 Thread Matti Laakso
This patch updates ath10k firmware to the latest version, changes the default firmware to be the one optimized for access point operation, and introduces a configuration option to choose the client-optimized firmware instead during build time. Signed-off-by: Matti Laakso malaakso at elisanet.fi

Re: [OpenWrt-Devel] Buildbot confused?

2014-03-12 Thread Travis Kemen
I have been working on getting some new infrastructure brought online and needed to change the configuration. It appears there is a bug in this version of buildbot when doing a reconfig. I have restarted it now so we should be back in business. Thanks, Travis On Wed, Mar 12, 2014 at 2:10 PM,