[PATCH 1/3] mediatek: mt7623n-preloader: add preloader for Banana Pi R64

2020-09-08 Thread David Woodhouse
We want to be able to make full system images for this system too, just as we now can for the MT7623 platforms. The package directory (mt7623n) is now a bit misnamed as it's overly specific, but the precise set of platforms which we support this way is evolving and we'll fix it up when the dust

[PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread David Woodhouse
It turns out that 'echo -e' isn't portable; it doesn't work in the dash builtin echo and Ubuntu users are complaining. I can't even get octal (specified by POSIX) to work consistently because those variants of 'echo' which *do* support -e don't seem to interpret octalwithout it. I could switch

[PATCH 2/3] mediatek: fix missing pause on switch port for Banana Pi R2

2020-09-08 Thread David Woodhouse
This causes rx drops when running iperf. Signed-off-by: David Woodhouse --- ...623-add-missing-pause-for-switchport.patch | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 target/linux/mediatek/patches-5.4/0700-arm-dts-mt7623-add-missing-pause-for-switchport.patch

Re: [PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread David Woodhouse
On Tue, 2020-09-08 at 10:31 +0200, Felix Fietkau wrote: > On 2020-09-08 10:26, David Woodhouse wrote: > > It turns out that 'echo -e' isn't portable; it doesn't work in the dash > > builtin echo and Ubuntu users are complaining. > > > > I can't even get octal (specified by POSIX) to work

Re: [PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread Felix Fietkau
On 2020-09-08 10:39, David Woodhouse wrote: > On Tue, 2020-09-08 at 10:31 +0200, Felix Fietkau wrote: >> On 2020-09-08 10:26, David Woodhouse wrote: >> > It turns out that 'echo -e' isn't portable; it doesn't work in the dash >> > builtin echo and Ubuntu users are complaining. >> > >> > I can't

Re: [PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread Felix Fietkau
On 2020-09-08 10:26, David Woodhouse wrote: > It turns out that 'echo -e' isn't portable; it doesn't work in the dash > builtin echo and Ubuntu users are complaining. > > I can't even get octal (specified by POSIX) to work consistently because > those variants of 'echo' which *do* support -e

Re: [PATCH 3/3] mediatek: mt7623: use bash for generating bootable images

2020-09-08 Thread David Woodhouse
On Tue, 2020-09-08 at 10:42 +0200, Felix Fietkau wrote: > Sure, using bash is fine. We already require it for many other > things. I did make an effort to remove bashisms as part of the review before adding this script, but yeah, we can live with bash for now. For the time being I do still need

[PATCH] wireguard: bump to 1.0.20200908

2020-09-08 Thread Jason A. Donenfeld
* compat: backport kfree_sensitive and switch to it * netlink: consistently use NLA_POLICY_EXACT_LEN() * netlink: consistently use NLA_POLICY_MIN_LEN() * compat: backport NLA policy macros Backports from upstream changes. * peerlookup: take lock before checking hash in replace operation A fix

[PATCH] wireguard-tools: bump to 1.0.20200827

2020-09-08 Thread Jason A. Donenfeld
* ipc: split into separate files per-platform This is in preparation for FreeBSD support, which I had hoped to have this release, but we're still waiting on some tooling fixes, so hopefully next wg(8) will support that. Either way, the code base is now a lot more amenable to adding more kernel

[PATCH] build: fix missing file handling for file_modes

2020-09-08 Thread Paul Spooren
The `ipkg-build` script uses `file_modes` (-m) to set file modes during package creation. If a single OpenWrt package results in multiple `ipk` packages, the `PKG_FILE_MODES` are applied to every single one of them. This can cause in errors files can be missing between e.g. a *full* and a *mini*

Updated ath10k-ct firmware

2020-09-08 Thread Ben Greear
Here are md5sums and details for latest firmware images. The 'qcache' variant enables the qcache logic like upstream firmware uses. It appears to have fixed on user's problems, but I am not sure it is an over-all improvement. It may allow more stations to associate in AP mode, if you tune

[PATCH] ipq40xx: essedma: enable VLAN tag offload for single-port

2020-09-08 Thread David Bauer
Enable the VLAN tag offloading mechanism for RGMII single-port devices. This allows those devices to use 802.1Q VLANs on the ethernet port. Previously, RX frames were double tagged, as the RX TAG removal flag was not enabled and an additional 802.1Q header was inserted elsewhere in the code. On

Re: Upcoming 19.07.4 and 18.07.9 stable releases

2020-09-08 Thread Baptiste Jonglez
Hi, Images for 19.07.4 have been built. Thomas, could you update the ToH accordingly? When the download page is also updated, I will announce it, probably tomorrow. 18.06.9 will follow soon. Thanks, Baptiste On 30-07-20, Baptiste Jonglez wrote: > Hi, > > New point releases for 19.07 and

stale key-build.ucert files

2020-09-08 Thread Bjørn Mork
A few weeks ago I started getting chain_verify: certificate expired Image check failed. from sysupgrade. And just forced it since I "knew" the image was fine,.. But then again today I got the same message and started looking into it. Google had little to offer, so this was obviously just