Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-06-22 Thread Hauke Mehrtens
On 03/10/2015 04:30 AM, Ian Kent wrote: The Netgear R8000 has a PEX8603 connected to the BCM53012 and if it isn't configured during the bus scan the PCI layer goes crazy trying to configure phantom devices. Could you provide some diagram how this is connected? My current assumption is that

Re: [OpenWrt-Devel] [PATCH] [brcm47xx] Belkin F7DXXXX (BCM47XX based) support for Linux 3.18

2015-06-22 Thread Hauke Mehrtens
On 06/22/2015 02:25 PM, Joseph East wrote: Patch didn't seem to mail properly, trying again. From: Joseph East east...@gmail.com Patchset based on previous work by Cody Schafer and Luc Forcier to allow TRX images with Belkin IDs to be compiled as part of the BRCM47XX platform for Linux

Re: [OpenWrt-Devel] [PATCH] linux-3.18: prevent redefinition of struct ethhdr

2015-06-22 Thread Alejandro Mery
On 22/06/15 21:08, Alejandro Mery wrote: Hi, On 22/06/15 11:32, Karl Palsson wrote: Alejandro Mery am...@geeks.cl wrote: when using musl packages include netinet/ether.h break because struct ethhdr gets redefined. this patch comes includes a patch originally from sabotage linux and it has

[OpenWrt-Devel] Controlling POE passthrough via GPIO

2015-06-22 Thread Lars Kruse
Hi, within our wireless community we are using a couple of devices with the following features: * powered via POE through their first ethernet plug * another device can be powered via the second ethernet plug (POE passthrough switchable via GPIO) The POE passthrough feature can be controlled

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-06-22 Thread Mitar
Hi! Come to the Battlemesh event in Slovenia this year, almost as close to Hungary as you can get. :-) https://wlan-si.net/en/blog/2015/03/29/announcing-battlemesh-v8-in-maribor-slovenia/ Mitar On Thu, Mar 26, 2015 at 4:02 AM, bkil bk.il.hu+ibla_q...@gmail.com wrote: If anyone wants to

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-06-22 Thread Ian Kent
On Mon, 2015-06-22 at 18:42 +0200, Hauke Mehrtens wrote: On 03/10/2015 04:30 AM, Ian Kent wrote: The Netgear R8000 has a PEX8603 connected to the BCM53012 and if it isn't configured during the bus scan the PCI layer goes crazy trying to configure phantom devices. Could you provide some

Re: [OpenWrt-Devel] Controlling POE passthrough via GPIO

2015-06-22 Thread Florian Fainelli
On 22/06/15 16:48, Lars Kruse wrote: Hi, within our wireless community we are using a couple of devices with the following features: * powered via POE through their first ethernet plug * another device can be powered via the second ethernet plug (POE passthrough switchable via GPIO)

Re: [OpenWrt-Devel] [PATCH] linux-3.18: prevent redefinition of struct ethhdr

2015-06-22 Thread Karl Palsson
Alejandro Mery am...@geeks.cl wrote: when using musl packages include netinet/ether.h break because struct ethhdr gets redefined. this patch comes includes a patch originally from sabotage linux and it has been submitted upstream https://lkml.org/lkml/2014/3/14/266 If this gets merged,

[OpenWrt-Devel] musl breaks python

2015-06-22 Thread micke . prag
Hi, I have discovered that python is broken using musl. When a thread created using the threading library exists, python segfaults. This is a simple example application showing the issue: import time import threading def test(): print(Hello) time.sleep(2)

[OpenWrt-Devel] [PATCH] ar71xx: Fix WAN port location on EnGenius ESR1750 and EPG5000.

2015-06-22 Thread Christian Beier
The designated blue WAN port has index 5, not 1, on both devices. Christian Beier (1): ar71xx: Fix WAN port location on EnGenius ESR1750 and EPG5000. target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.1.4

[OpenWrt-Devel] [PATCH] [brcm47xx] Belkin F7DXXXX (BCM47XX based) support for Linux 3.18

2015-06-22 Thread Joseph East
From: Joseph East east...@gmail.com Patchset based on previous work by Cody Schafer and Luc Forcier to allow TRX images with Belkin IDs to be compiled as part of the BRCM47XX platform for Linux 3.18. The patchset has been tested with a Belkin F7D4401 (PlayMax N600), other devices part of the

Re: [OpenWrt-Devel] musl breaks python

2015-06-22 Thread Alexandru Ardelean
Thanks for reporting this. Will move this to the Github issues, since it belongs there. https://github.com/openwrt/packages/issues/1450 Thanks On Mon, Jun 22, 2015 at 1:37 PM, micke.p...@telldus.se wrote: Hi, I have discovered that python is broken using musl. When a thread created using

[OpenWrt-Devel] [PATCH] ar71xx: Fix WAN port location on EnGenius ESR1750 and EPG5000.

2015-06-22 Thread Christian Beier
The designated blue WAN port on both devices has index 5, not 1. Signed-off-by: Christian Beier c...@shoutrlabs.com --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] ar71xx: add LED defaults for the EnGenius EPG5000

2015-06-22 Thread Christian Beier
NB that wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier c...@shoutrlabs.com --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 5 + 1 file changed, 5 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-06-22 Thread Hauke Mehrtens
On 06/22/2015 02:51 AM, Ian Kent wrote: On Sun, 2015-06-21 at 19:19 +0200, Rafał Miłecki wrote: On 10 March 2015 at 04:30, Ian Kent ra...@themaw.net wrote: The Netgear R8000 has a PEX8603 connected to the BCM53012 and if it isn't configured during the bus scan the PCI layer goes crazy

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-06-22 Thread Rafał Miłecki
On 22 June 2015 at 10:10, Hauke Mehrtens ha...@hauke-m.de wrote: On 06/22/2015 02:51 AM, Ian Kent wrote: On Sun, 2015-06-21 at 19:19 +0200, Rafał Miłecki wrote: On 10 March 2015 at 04:30, Ian Kent ra...@themaw.net wrote: The Netgear R8000 has a PEX8603 connected to the BCM53012 and if it

[OpenWrt-Devel] Issue when creating rootfs images with parallel jobs

2015-06-22 Thread Michael Heimpold
Hi, when I try to create a rootfs for my Duckbill device, I used to run make -j4 The default configuration enables CONFIG_TARGET_ROOTFS_INCLUDE_KERNEL because the bootloader expects the kernel image in the rootfs below /boot. However, my problem is, that when running make with -j2 or more,

[OpenWrt-Devel] [PATCH 1/2] mac80211: Backport ath10k firmware API v5 support

2015-06-22 Thread Matti Laakso
These patches add support for the new version 5 firmware API. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- ...31-ath10k_add_ath10k_fw_ie_htt_op_version.patch | 385 + .../patches/932-ath10k_bump_up_fw_api_to_5.patch | 43 +++

[OpenWrt-Devel] [PATCH 0/2] mac80211: Update QCA9880 firmware (ath10k)

2015-06-22 Thread Matti Laakso
Current firmware version for QCA9880 is known to stall for some time when a station in power saving mode (e.g. mobile phone) leaves the AP range. This stall causes ath10k timeouts during station removal and subsequently firmware thinks station is still connected, causing Spurios quick kickout for

[OpenWrt-Devel] [PATCH 2/2] mac80211: Update QCA9880 firmware to 10.2.4.70-2

2015-06-22 Thread Matti Laakso
This firmware adds support for management frames over normal packet transport interface instead of over the WMI management interface. Signed-off-by: Matti Laakso malaa...@elisanet.fi --- package/kernel/mac80211/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH] linux-3.18: prevent redefinition of struct ethhdr

2015-06-22 Thread Alejandro Mery
Hi, On 22/06/15 11:32, Karl Palsson wrote: Alejandro Mery am...@geeks.cl wrote: when using musl packages include netinet/ether.h break because struct ethhdr gets redefined. this patch comes includes a patch originally from sabotage linux and it has been submitted upstream

Re: [OpenWrt-Devel] Controlling POE passthrough via GPIO

2015-06-22 Thread John Crispin
On 23/06/2015 01:48, Lars Kruse wrote: Hi, within our wireless community we are using a couple of devices with the following features: * powered via POE through their first ethernet plug * another device can be powered via the second ethernet plug (POE passthrough switchable via GPIO)

Re: [OpenWrt-Devel] [PATCH] [brcm47xx] Belkin F7DXXXX (BCM47XX based) support for Linux 3.18

2015-06-22 Thread Joseph East
Patch didn't seem to mail properly, trying again. From: Joseph East east...@gmail.com Patchset based on previous work by Cody Schafer and Luc Forcier to allow TRX images with Belkin IDs to be compiled as part of the BRCM47XX platform for Linux 3.18. The patchset has been tested with a