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

2016-04-17 Thread Daniel Engberg
On 2016-04-17 15:12, Hauke Mehrtens wrote: > 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 lzm

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

2016-04-17 Thread John Marrett
Kristian, On Sun, Apr 17, 2016 at 2:06 PM, Kristian Kielhofner wrote: > Specifically this applies to units manufactured in December of 2015 or > later; serial numbers starting with 215C. Thank you for that detail, I see that my router does have a serial number that meets that pattern, I'll updat

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

2016-04-17 Thread Kristian Kielhofner
Specifically this applies to units manufactured in December of 2015 or later; serial numbers starting with 215C. On Sun, Apr 17, 2016 at 7:55 AM, John Marrett wrote: > Recent Archer C7 V2.0 units have changed flash chips to the gd25q128 > chip, this is supported in trunk but not presently in 15.0

Re: [OpenWrt-Devel] [PATCH] busybox: update to 1.24.2

2016-04-17 Thread Magnus Kroken
On 17.04.2016 14.18, Hauke Mehrtens wrote: Why are you changing these default values? I do not see any commit between 1.24.1 and 1.24.2 that changes anything to Kconfig. Hauke Sorry, you are right. I ran the config update scripts, I interpreted r47775 [1] as that should always be done when do

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

2016-04-17 Thread Hauke Mehrtens
On 04/17/2016 03:17 PM, John Marrett wrote: > Hauke, > > I want to make certain I get the updated patch right; I should > integrate > target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch > patch (which, because of its order, results in pushes down in some > other f

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

2016-04-17 Thread John Marrett
Hauke, I want to make certain I get the updated patch right; I should integrate target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch patch (which, because of its order, results in pushes down in some other flash files) and adjust the target/linux/bcm53xx/patches-3.

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

2016-04-17 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 using the

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

2016-04-17 Thread Hauke Mehrtens
On 04/17/2016 01:55 PM, John Marrett wrote: > Recent Archer C7 V2.0 units 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 [1] from the upstream kernel. I've

Re: [OpenWrt-Devel] [PATCH] busybox: update to 1.24.2

2016-04-17 Thread Hauke Mehrtens
On 03/18/2016 03:14 AM, Magnus Kroken wrote: > Signed-off-by: Magnus Kroken > --- > Runtime tested on mips/ar71xx and mipsel/brcm47xx > > Fixes since 1.24.1: > * scripts/trylink: fix static build with glibc again > * truncate: always set mode when opening file to avoid fortify errors > * [g]unzip

Re: [OpenWrt-Devel] [PATCH] netifd: Send DHCP release when client exits

2016-04-17 Thread Hauke Mehrtens
On 03/31/2016 12:18 PM, Hans Dedecker wrote: > Let DHCP client send a release when it exists so the DHCP server is > informed the IP address is released and allowing to clean up IP/mac > state info in intermediate devices. > > Signed-off-by: Hans Dedecker I think in the normal case we should not

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

2016-04-17 Thread John Marrett
Recent Archer C7 V2.0 units 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 [1] from the upstream kernel. I've tried to place this patch in order with the other fl

Re: [OpenWrt-Devel] [luci] [PATCH] luci-mod-admin-full: Add option to set anonymous_identity field

2016-04-17 Thread Manuel Munz
On 07.04.2016 18:22, Kevin O'Connor wrote: > Add support for setting the "anonymous_identity" field on EAP type > networks. > > Signed-off-by: Kevin O'Connor > --- > Tested, worked. Reviewed-By: Manuel Munz ___ openwrt-devel mailing list openwrt-devel

Re: [OpenWrt-Devel] [PATCH] hostapd.sh: Add support for "anonymous_identity" config field

2016-04-17 Thread Manuel Munz
I had the same requirement for a connection with eduroam and came up with the same solution. I also tested the patch works. Should be commited. Reviewed-by: Manuel Munz On 07.04.2016 18:21, Kevin O'Connor wrote: > The wpa_supplicant supports an "anonymous_identity" field, which some > EAP networ