Re: [PATCH 0/5] ath25: return back with 5.4 kernel support

2020-09-06 Thread Sergey Ryazanov
On Sun, Sep 6, 2020 at 6:32 PM Adrian Schmutzler wrote: > I have pushed my to-be-merged collection of patches here: > https://git.openwrt.org/?p=openwrt/staging/adrian.git;a=shortlog;h=refs/heads/ath25merge Thank you for this careful work! Commit that recovers 4.14 patches, but within the 5.4

[PATCH] ath25: fix preinit Ethernet port configuration

2020-09-06 Thread Sergey Ryazanov
vconfig is no more installed by default to a firmware image. So, replace vconfig calls for VLAN subinterface configuration by coresponding ip-link commands. Also drop few useless comments from the preinit hook script, while we are at it. I have no chance to test this fix since I have no board

[sdwalker/sdwalker.github.io] 135637: This week's update

2020-09-06 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 13563798ade996b0182447f54301162c412d0026 https://github.com/sdwalker/sdwalker.github.io/commit/13563798ade996b0182447f54301162c412d0026 Author: Stephen Walker Date: 2020-09-06 (Sun, 06 Sep

Re: [PATCH 19.07 v2 6/6] ath10k-ct-firmware: update firmware images

2020-09-06 Thread Baptiste Jonglez
Tested-by: Baptiste Jonglez [QCA9886, QCA9887] On 03-09-20, Baptiste Jonglez wrote: > From: Michael Yartys > > Not a large change from last time, but should fix at least one rare wave-2 > crash. > > Tested on Netgear R7800. > > Signed-off-by: Michael Yartys > Signed-off-by: Álvaro Fernández

RE: [PATCH 0/5] ath25: return back with 5.4 kernel support

2020-09-06 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Sergey Ryazanov > Sent: Sonntag, 6. September 2020 00:40 > To: Adrian Schmutzler > Cc: OpenWrt Development List ; Zoltan > HERPAI > Subject: Re: [PATCH 0/5] ath25: return back

Re: Upcoming 19.07.4 and 18.07.9 stable releases

2020-09-06 Thread Hauke Mehrtens
On 9/5/20 12:28 AM, Baptiste Jonglez wrote: > On 03-09-20, Nick Lowe wrote: >> It seems there is an important ath10k patch included in the 4.4.235, >> 4.9.235, 4.14.196 and 4.19.143, 5.4.62 LTS kernels that is applicable >> for OpenWRT users who are not using an up to date CT driver with Wave >> 2

Re: [PATCH 1/2] build: ipkg-build add -r option for all-root

2020-09-06 Thread Paul Spooren
On Sat Sep 5, 2020 at 1:58 AM HST, Karl Palsson wrote: > > Paul Spooren wrote: > > > > diff --git a/scripts/ipkg-build b/scripts/ipkg-build > > index e3a9a882cf..38149c4432 100755 > > --- a/scripts/ipkg-build > > +++ b/scripts/ipkg-build > > @@ -1,5 +1,7 @@ > > #!/bin/sh > > > > +set -x > > +