Re: [LEDE-DEV] [PATCH] ar71xx: add support for TP-Link TL-WDR7500v6

2017-10-31 Thread Bizon
Hi! 2017-10-31 15:43 GMT+01:00 Chuanhong Guo : > Hello! > > 2017-10-31 3:32 GMT+08:00 Bizon : >> Add support for TP-Link TL-WDR7500 V6. >> >> Specifications: >> - WiSoC: QCA9563 - 3x3 2.4GHz >> - Radio2: QCA9880 - 3x3 5GHz >> - RAM: 64MB DDR2 >> - Storage: 8MB NOR SPI flash, can be replaced with 1

Re: [LEDE-DEV] kernel 4.9 migration for next release

2017-10-31 Thread Philip Prindeville
> On Oct 3, 2017, at 3:27 AM, Stijn Tintel wrote: > > On 03-10-17 03:31, David Lang wrote: >> note that the kernel currently under development (4.14) is tagged to >> be a LTS kernel (6 years of support), so it would be good to work on >> that if possible. > I would prefer to have a release based

Re: [LEDE-DEV] [PATCH] [RFC] openssl: update to version 1.1.0f

2017-10-31 Thread Philip Prindeville
Inline… > On Oct 31, 2017, at 3:56 AM, Baptiste Jonglez > wrote: > > From: Baptiste Jonglez > > This patch is marked [RFC] because this is such a huge change, and some > dependent packages now fail to build because of API changes. Also, there > is no parallel build for now, but this was alre

Re: [LEDE-DEV] [PATCH 1/9] hwmon-coretemp: add thermal monitor for Core/Core2/Atom

2017-10-31 Thread Philip Prindeville
> On Oct 22, 2017, at 11:57 PM, Felix Fietkau wrote: > > On 2017-10-23 05:50, Yousong Zhou wrote: >> On 23 October 2017 at 04:21, Zoltan HERPAI wrote: >>> From: Philip Prindeville >>> >>> Signed-off-by: Philip Prindeville >>> --- >>> package/kernel/linux/modules/hwmon.mk | 15 +++

Re: [LEDE-DEV] [PATCH] ar71xx: add support for TP-Link TL-WDR7500v6

2017-10-31 Thread Chuanhong Guo
Hello! 2017-10-31 3:32 GMT+08:00 Bizon : > Add support for TP-Link TL-WDR7500 V6. > > Specifications: > - WiSoC: QCA9563 - 3x3 2.4GHz > - Radio2: QCA9880 - 3x3 5GHz > - RAM: 64MB DDR2 > - Storage: 8MB NOR SPI flash, can be replaced with 16M > - Switch: RTL8367S, now unmanaged Do you mean that this

[LEDE-DEV] [PATCH] [RFC] openssl: update to version 1.1.0f

2017-10-31 Thread Baptiste Jonglez
From: Baptiste Jonglez This patch is marked [RFC] because this is such a huge change, and some dependent packages now fail to build because of API changes. Also, there is no parallel build for now, but this was already the case with 1.0.2l. Feedback is welcome! Here is a summary of the changes:

Re: [LEDE-DEV] [PATCH] libubux: add 2 missing free calls and change a char to const char.

2017-10-31 Thread Yousong Zhou
On 31 October 2017 at 09:49, Rosen Penev wrote: > Reduces compiled size by 48 bytes. > > Signed-off-by: Rosen Penev > --- > jshn.c| 4 +++- > ustream.c | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/jshn.c b/jshn.c > index 4989099..d47e98d 100644 > --- a/jshn.c > +