[OpenWrt-Devel] [RFC PATCH] ar71xx: Support Antminer S1/S3

2015-04-29 Thread James Hilliard
The Antminer S1 and S3 use a controller with a modified version of OpenWRT which has a single ethernet port and a wifi antenna header. This is the patch from their GPL source release which appears to break support for the tl-wr741nd-v4 in order to support their board. What would be the proper way t

[OpenWrt-Devel] [PATCH 1/3] mpc85xx: move newly created files from patch files to files directory

2015-04-29 Thread Matthias Schiffer
This will make these files much more maintainable. Signed-off-by: Matthias Schiffer --- .../files/arch/powerpc/boot/cuboot-tl-wdr4900-v1.c | 168 +++ .../files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 212 .../arch/powerpc/platforms/85xx/tl_wdr4900_v1.c| 145 ++ .../140-po

[OpenWrt-Devel] [PATCH 2/3] mpc85xx: gianfar: add mtd-mac-address support

2015-04-29 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- .../101-NET-add-of_get_mac_address_mtd.patch | 76 ++ .../102-net-gianfar-use-mtd-mac-address.patch | 19 ++ 2 files changed, 95 insertions(+) create mode 100644 target/linux/mpc85xx/patches-3.18/101-NET-add-of_get_mac_addr

[OpenWrt-Devel] [PATCH 3/3] mpc85xx: replace WDR4900 uci-defaults ethernet MAC address hack with DTS entry

2015-04-29 Thread Matthias Schiffer
This also changes the MAC address to one of the adresses actually used by the stock firmware on one of the ethernet interfaces. Signed-off-by: Matthias Schiffer --- target/linux/mpc85xx/base-files/etc/uci-defaults/02_network| 2 -- target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4

[OpenWrt-Devel] [PATCH 1/2] ar71xx: add Image/BuildLoaderPatched macro

2015-04-29 Thread Matthias Schiffer
In contrast to Image/BuildLoader, Image/BuildLoaderPatched first patches the kernel command line in the image and then builds the loader without command line. This allows building loaders for systems which don't boot correctly when the kernel command line is provided by the loader (like the TP-LINK

[OpenWrt-Devel] [PATCH 2/2] ar71xx: use Image/BuildLoaderPatched for TPLINK-SAFELOADER images

2015-04-29 Thread Matthias Schiffer
Building the loader in Image/Build/TPLINK-SAFELOADER would break the image builder as no target compiler is available in that stage. Fixes #19580 Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/image/Makefile | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/t

[OpenWrt-Devel] Raspberry Pi 2 buildbot (brcm2708/bcm2709)

2015-04-29 Thread Álvaro Fernández Rojas
Hello guys, It's been over 3 months since Raspberry PI 2 (brcm2708/bcm2709) target was added. I requested Travis a buildbot over a month ago but my email wasn't responded. So, can we have a buildbot please :D? Regards, Álvaro. ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH] ar8216: Fix problem with AR8337 MAC swap handling

2015-04-29 Thread Heiner Kallweit
AR8337 supports a configuration bit to swap MAC0 and MAC6. Currently this is set in general if an AR8337 is detected and causes issues with devices using an AR8334 (internally an AR8337, just less chip pins). And it might even cause issues with AR8337-based devices with different board designs. Sw

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-04-29 Thread Johannes Berg
On Tue, 2015-04-07 at 00:00 +0200, Martin Blumenstingl wrote: > Feel free to send me the details how to get more versions into this > list (please be aware that I need a link to a public hosted file that > *everyone* can download). You can run the "w921v_fw_cutter" also on newer firmware for that

Re: [OpenWrt-Devel] AR8334 switch support

2015-04-29 Thread Heiner Kallweit
I still have to adjust it to make handling of the new platform parameter more consistent with general handling of platform data. Most likely I can submit the final patch by today. Rgds, Heiner On Wed, Apr 29, 2015 at 4:16 PM, Christian Mehlis wrote: > Am 28.04.2015 um 22:10 schrieb Heiner Kallwe

Re: [OpenWrt-Devel] AR8334 switch support

2015-04-29 Thread Christian Mehlis
Am 28.04.2015 um 22:10 schrieb Heiner Kallweit: It was easier than I thought, here comes the related patch. do you plan to send this as a patch to make the change available for everyone, or should I? Best Christian ___ openwrt-devel mailing list op

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-29 Thread Hante Meuleman
Thanks, that explains. Also found some code in proprietary driver which appears to correct the header in certain situations, but it is rather complex. But what it appears to be is that there should be a vlan tag, but there isn’t always. And when there isn’t it should be inserted. But the curren

[OpenWrt-Devel] [PATCH] ar71xx: fix sysupgrade for compex-wpj344

2015-04-29 Thread Christian Mehlis
Moved board to the right magic case. Signed-off-by: Christian Mehlis --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-29 Thread Rafał Miłecki
On 29 April 2015 at 12:51, Hante Meuleman wrote: > Status report: spent lots of time trying to figure out how to use cpu > port 8 and use vlan1ports "0 1 2 3 5 7 8t", and found that I got fooled > by the way I tried to determine if it was working or not. To see if the > switch configuration was wo

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-29 Thread Hante Meuleman
Created some more logging, it is probably a configuration error in the switch when port 8 is part of the vlan configuration. It appears there is an offset in the data being received by bgmac, strangely enough, the log appears to show valid data, but that data is not accepted while the working c

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-29 Thread Hante Meuleman
Status report: spent lots of time trying to figure out how to use cpu port 8 and use vlan1ports "0 1 2 3 5 7 8t", and found that I got fooled by the way I tried to determine if it was working or not. To see if the switch configuration was working I used to type "ifconfig" and then see if there

Re: [OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc7

2015-04-29 Thread Kevin Darbyshire-Bryant
On 29/04/2015 10:13, Steven Barth wrote: > Looks good and applies. Usually the Signed-off-by is at the end of the commit > message though. Understood. Happy :-) smime.p7s Description: S/MIME Cryptographic Signature ___ openwrt-devel mailing list open

Re: [OpenWrt-Devel] AR8334 switch support

2015-04-29 Thread Heiner Kallweit
On Wed, Apr 29, 2015 at 11:26 AM, Christian Mehlis wrote: > On plug/unplug I get those events: > > [ 25.12] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 2 is up > [ 37.13] Atheros AR8216/AR8236/AR8316 ag71xx-mdio.0:00: Port 2 is down > > but the linux network stack is keeping th

[OpenWrt-Devel] [RFC] netifd: Default enabling of transmit/receive packet steering

2015-04-29 Thread Hans Dedecker
In netifd transmit and receive packet steering is enabled by default since commit 20510bd. This default setting gives problems on our architecture as real time threads are used for networking. The transmit/receive packet steering will move some of the work to softirq which has higher prio than the

Re: [OpenWrt-Devel] AR8334 switch support

2015-04-29 Thread Christian Mehlis
Am 28.04.2015 um 22:10 schrieb Heiner Kallweit: It was easier than I thought, here comes the related patch. Known limitations: 1. The patch supports configuration of this bit for platform-data-configured platforms only. DT-based platforms would need a similar extension. 2. For now it's for W

Re: [OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc7

2015-04-29 Thread Steven Barth
Looks good and applies. Usually the Signed-off-by is at the end of the commit message though. Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc7

2015-04-29 Thread Kevin Darbyshire-Bryant
On 29/04/2015 09:17, Steven Barth wrote: > Sorry, beat you again by 20 minutes :P > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel ROFL - I *should* give up, but I wo

Re: [OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc7

2015-04-29 Thread Steven Barth
Sorry, beat you again by 20 minutes :P ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] dnsmasq: bump to dnsmasq2.73rc7

2015-04-29 Thread Kevin Darbyshire-Bryant
Bump dnsmasq to v2.73rc7 Fixes DNSSEC over TCP issue Also include patch from dnsmasq upstream to include RRSIG RR replies in ANY queries Signed-off-by: Kevin Darbyshire-Bryant Tested Archer C7 Maybe I even get this one right :-) diff --git a/package/network/services/dnsmasq/Makefile b/packa