Re: Re: [PATCH] fstools: blockd Check /tmp/run/blockd for existing mounts

2021-06-13 Thread David Adair via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- + sprintf(mnt, "/mnt

[PATCH v2] fstools: blockd Check /tmp/run/blockd for existing mounts

2021-06-13 Thread David Adair via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Currently volume names can not mat

Re: [OpenWrt-Devel] mt76x8: Onion Omega2+ reboot problem [Was: mt76x8: Strange GPIO numbering on Onion Omega2+]

2021-06-13 Thread Lukas Zeller
Hi Martin, > On 12 Jun 2021, at 22:02, Martin Blumenstingl > wrote: > There is a "broken-flash-reset" property which probably is missing in > the Omega2+ .dts(i) files Thanks a lot for the hint! > If you have already considered this and my comment does not apply then > please ignore it (I am n

Re: [OpenWrt-Devel] mt76x8: Onion Omega2+ reboot problem [Was: mt76x8: Strange GPIO numbering on Onion Omega2+]

2021-06-13 Thread David Bauer
Hi Lukas, On 6/13/21 11:43 AM, Lukas Zeller wrote: > But I was curious to learn what the feature does, and had a look at spi-nor.c > (spi_nor/core.c). If I haven't misread the code, it restores the addressing > mode to 3 byte at shutdown. This means an orderly reboot will work, but a > unexpect

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

2021-06-13 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master Home

[PATCH 1/5] tegra: refresh kernel config

2021-06-13 Thread Tomasz Maciej Nowak
Recent filtering rules alow to trim the kernel configuration in size, do that to reduce the diff between current config and upcoming one. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/config-5.4 | 90 +-- 1 file changed, 2 insertions(+), 88 deletions(-

[PATCH 5/5] tegra: make target source-only

2021-06-13 Thread Tomasz Maciej Nowak
Looking at OpenWrt downloading statistics this target has non-existent userbase apart from me. Mark it as source-only to skip the build by buildbots and not waste further the resources. Signed-off-by: Tomasz Maciej Nowak --- I'll keep this target in good condition in forseable future. If anyone

[PATCH 4/5] kernel: move some drm symbols to generic config

2021-06-13 Thread Tomasz Maciej Nowak
These are architecture independent, so move them to generic config. Signed-off-by: Tomasz Maciej Nowak --- target/linux/at91/sama5/config-default | 1 - target/linux/generic/config-5.10 | 2 ++ target/linux/generic/config-5.4| 1 + target/linux/omap/config-5.4 | 1 - targ

[PATCH 2/5] tegra: copy files for kernel 5.10

2021-06-13 Thread Tomasz Maciej Nowak
Dumb copy of current kernel 5.4 config and patches. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/config-5.10| 479 ++ ...interrupts-due-to-tegra2-silicon-bug.patch | 77 +++ ...enable-front-panel-leds-in-TrimSlice.patch | 46 ++ 3 files changed, 602

[PATCH 3/5] tegra: add support for kernel 5.10

2021-06-13 Thread Tomasz Maciej Nowak
Mark it as testing for now. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/Makefile | 2 +- target/linux/tegra/config-5.10| 26 +++ ...enable-front-panel-leds-in-TrimSlice.patch | 4 +-- 3 files changed, 24 insertions(+), 8 deletions

mt76x8: Switch to DSA architecture?

2021-06-13 Thread Reto Schneider
Hi all, I am wondering if anyone is working on porting the mt76x8 targets over to DSA. If no such work has yet started - are there any roadblocks foreseeable? I am interested in this happening, and willing to put in effort and/or money. Kind regards, Reto ps: My ultimate goal is to get DS

Re: [PATCH v4] ath79: add support for Ubiquiti PowerBeam M (XW)

2021-06-13 Thread Russell Senior
Is it time to apply this? -- Russell Senior russ...@personaltelco.net On Fri, Jun 4, 2021 at 5:29 PM Russell Senior wrote: > > This patch adds support for the Ubiquiti PowerBeam M (XW), e.g. PBE-M5-400, > a 802.11n wireless with a feed+dish form factor. This device was previously > supported by

Re: [PATCH v4] ath79: add support for Ubiquiti PowerBeam M (XW)

2021-06-13 Thread Joe Ayers
I'm having a bit of heartburn with continuing with these instructions: > Flashing via stock GUI: > - Downgrade to AirOS v5.5.x (latest available is 5.5.10-u2) first (see >https://openwrt.org/toh/ubiquiti/powerbeam installation instructions) This issue was resolved with: https://github.com/o