[OpenWrt-Devel] [PATCH 2/9] tools/tplink-safeloader: Add support for Archer C2600

2016-04-19 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- tools/firmware-utils/src/tplink-safeloader.c | 114 ++- 1 file changed, 111 insertions(+), 3

[OpenWrt-Devel] [PATCH 3/9] ipq806x: Add Archer C2600 to image Makefile

2016-04-19 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- target/linux/ipq806x/image/Makefile | 29 - 1 file changed, 28 insertions(+), 1

[OpenWrt-Devel] Add support for TP-Link Archer C2600

2016-04-19 Thread Darryl Sokoloski
Add initial support for Archer C2600 to Makefiles, profiles, led/network config, and hotplug script. Together with firmware-utils and mac80211 patches this is sufficient to build a working factory image flashable both from stock web ui and bootloader tftp recovery. Sysupgrade is working as

[OpenWrt-Devel] [PATCH 1/9] include/image.mk: Add TP-Link image safe-loader define

2016-04-19 Thread Darryl Sokoloski
Signed-off-by: Josh Bendavid [dar...@sokoloski.ca: submitting patches on behalf of Josh Bendavid] Signed-off-by: Darryl Sokoloski --- include/image.mk | 11 +++ 1 file changed, 11 insertions(+) diff --git a/include/image.mk

Re: [OpenWrt-Devel] [RFC relayd 0/2] relayd: add ipv6 support

2016-04-19 Thread Michal Kazior
On 19 April 2016 at 23:04, Baptiste Jonglez wrote: > Hi, > > On Mon, Apr 11, 2016 at 03:14:52PM +0200, Michal Kazior wrote: >> I've been recently working on adding IPv6 support >> to relayd (which supported only IPv4). >> >> It does, however, require a kernel patch to

[OpenWrt-Devel] [PATCHv3] [kernel] Support for new Archer C7 with gd25q128 chip in 15.05.1

2016-04-19 Thread John Marrett
Archer C7 V2.0 units from December 2015 onwards ( serials starting 215C ) have changed flash chips to the gd25q128 chip, this is supported in trunk but not presently in 15.05. I would like stable support for this version so I've back ported the required fix from trunk and removed a conflicting

Re: [OpenWrt-Devel] [PATCH] feeds.conf.default: remove the commented ancient feeds

2016-04-19 Thread Hannu Nyman
Does anybody know what happened to this patch? http://patchwork.ozlabs.org/patch/608467/ I got email from ozlabs patchwork eight days ago that the patch was "accepted" and ozlabs status shows that, but so far the patch has not been commited to the source repo. It has disappeared somewhere :-(

Re: [OpenWrt-Devel] [RFC relayd 0/2] relayd: add ipv6 support

2016-04-19 Thread Baptiste Jonglez
Hi, On Mon, Apr 11, 2016 at 03:14:52PM +0200, Michal Kazior wrote: > I've been recently working on adding IPv6 support > to relayd (which supported only IPv4). > > It does, however, require a kernel patch to make > it actually usable because link-local addresses > are not routable by kernel by

Re: [OpenWrt-Devel] [PATCHv2] [kernel] Support for new Archer C7 with gd25q128 chip in 15.05.1

2016-04-19 Thread Hauke Mehrtens
On 04/18/2016 09:45 PM, John Marrett wrote: > I've updated the patch based on Hauke's feedback. I'm removing the > update info from existing patch > target/linux/bcm53xx/patches-3.18/004-mtd-spi-nor-from-3.20.patch and > using the name target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support >

Re: [OpenWrt-Devel] [PATCH v3] package/utils/usbutils: Update USB IDs list and drop gzip compression

2016-04-19 Thread Hauke Mehrtens
On 04/07/2016 08:50 AM, Daniel Engberg wrote: > Change mirror to Github (Gentoo repo) and drop the gzip compression. > Worst case there's about 4kbyte increase in size but most images ends up > beign somewhere between 4-100kbyte smaller due to the lzma compression. > > Tested on ar71xx > > v2

Re: [OpenWrt-Devel] [RFC] ag71xx: Enable flow control for builtin switch port

2016-04-19 Thread Conn O'Griofa
On Tue, Apr 19, 2016 at 4:09 PM, Sven Eckelmann < sven.eckelm...@open-mesh.com> wrote: > On Tuesday 19 April 2016 16:04:48 Conn O'Griofa wrote: > [...] > > It looks like you may have solved the original issue; this patch is > working > > fine on WR-842ND v1. More details: > > > > * When I tried

Re: [OpenWrt-Devel] [RFC] ag71xx: Enable flow control for builtin switch port

2016-04-19 Thread Sven Eckelmann
On Tuesday 19 April 2016 16:04:48 Conn O'Griofa wrote: [...] > It looks like you may have solved the original issue; this patch is working > fine on WR-842ND v1. More details: > > * When I tried reverting r27034, the WAN port stopped functioning > correctly, showing a tx timeout error - but the

Re: [OpenWrt-Devel] [RFC] ag71xx: Enable flow control for builtin switch port

2016-04-19 Thread Conn O'Griofa
On Mon, Apr 18, 2016 at 1:15 PM, Sven Eckelmann < sven.eckelm...@open-mesh.com> wrote: > From: Sven Eckelmann > > The port connected to the internal switch tends to drop a lot of packets > when a lot of data is transferred over it. This is especially visible when >

[OpenWrt-Devel] [PATCH 2/2] oxnas: clean-up and improve profiles

2016-04-19 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/oxnas/profiles/00-default.mk | 9 ++--- target/linux/oxnas/profiles/cloudengines.mk | 26 ++ target/linux/oxnas/profiles/pogoplug.mk | 26 -- 3 files changed, 32

[OpenWrt-Devel] [PATCH 1/2] oxnas: add support for Akitio MyCloud mini

2016-04-19 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/boot/uboot-envtools/files/oxnas| 1 + target/linux/oxnas/base-files/etc/board.d/01_leds | 3 + target/linux/oxnas/base-files/etc/diag.sh | 3 + target/linux/oxnas/base-files/lib/oxnas.sh | 3 +