[OpenWrt-Devel] [PATCH 2/2] ramips: mt7530: more detailed output for unexpected etag_ctrl

2020-02-29 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- .../ramips/files-4.14/drivers/net/ethernet/mediatek/mt7530.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/files-4.14/drivers/net/ethernet/mediatek/mt7530.c b/target/linux/ramips/files-4.14/drivers/net/ethernet/mediat

[OpenWrt-Devel] [PATCH 1/2] ramips: mt7530: remove redundant global attrs for port mirroring

2020-02-29 Thread Yousong Zhou
Global attributes enable_mirror_tx/enable_mirror_rx depend on runtime value of another global attribute mirror_source_port which just resides in the memory The same functionality can be achieved by directly setting port attribute of the same names. E.g. the following two groups of commands achiev

[OpenWrt-Devel] [PATCH v2] build: refactor JSON info files to `profiles.json`

2020-02-29 Thread Paul Spooren
JSON info files contain machine readable information of built profiles and resulting images. These files where added via 881ed09ee6e2. They are useful for firmware wizards and script checking for reproducibility. Currently all JSON files are stored next to the built images, resulting in up to 168

Re: [OpenWrt-Devel] Kernel 5.4 testing: module regressions (exfat, IPv6 NAT)

2020-02-29 Thread Ansuel Smith
> I tested the kernel 5.4 support with ipq806x/R7800 and noticed that at least > two kernel packages get broken with 5.4: > > * exfat-nofuse: exFAT is included in Linux 5.4 as a driver in the staging > section. The header definitions in exfat-nofuse conflict with the ones > already in Linux 5.4 be

[OpenWrt-Devel] [RFC PATCH] kernel: backport and package drivetemp hwmon from v5.5

2020-02-29 Thread Christian Lamparter
This patch backports the hwmon drivetemp sensor module from vanilla linux 5.5 to be available on OpenWrt's 5.4 kernel. Extract from The upstream commit by Guenter Roeck : hwmon: Driver for disk and solid state drives with temperature sensors "Reading the temperature of ATA drives has been support

[OpenWrt-Devel] Kernel 5.4 testing: module regressions (exfat, IPv6 NAT)

2020-02-29 Thread Hannu Nyman
I tested the kernel 5.4 support with ipq806x/R7800 and noticed that at least two kernel packages get broken with 5.4: * exfat-nofuse:  exFAT is included in Linux 5.4 as a driver in the staging section. The header definitions in exfat-nofuse conflict with the ones already in Linux 5.4 be defaul

Re: [OpenWrt-Devel] ImageBuilder: satisfy_dependencies_for [...] iw

2020-02-29 Thread Hannu Nyman
Paul Spooren wrote at Sat Feb 29 03:55:54 PST 2020 > > for the last few days I get the following error for multiple targets, > would it be possible to rerun the snapshot servers to rebuild the > package `iw`? > > $ make manifest PROFILE="devolo_dvl1750e" > > [...] > > Collected errors: >  * satisf

Re: [OpenWrt-Devel] [PATCH RFC v3] ath79: add support for the ar7240 version of the ubiquiti bullet

2020-02-29 Thread Russell Senior
The Ubiquiti Bullet M2HP come in two flavors, based on ar7240 and ar7241. Both are supported by ar71xx, despite the different SoCs. The ath79 target, however, currently supports only the ar7241. The ar7240 version apparently has a differently wired ethernet interface and the ar7241-based image co

Re: [OpenWrt-Devel] [PATCH RFC v2] ath79: add support for the ar7240 version of the ubiquiti bullet

2020-02-29 Thread Russell Senior
This is actually broken in a few minor ways. I'll be following up with a fixed up v3 shortly. On Sat, Feb 29, 2020 at 3:36 AM Russell Senior wrote: > > The Ubiquiti Bullet M2HP come in two flavors, based on ar7240 and > ar7241. Both are supported by ar71xx, despite the different SoCs. The > ath7

[OpenWrt-Devel] ImageBuilder: satisfy_dependencies_for [...] iw

2020-02-29 Thread Paul Spooren
Hi, for the last few days I get the following error for multiple targets, would it be possible to rerun the snapshot servers to rebuild the package `iw`? $ make manifest PROFILE="devolo_dvl1750e" [...] Collected errors:  * satisfy_dependencies_for: Cannot satisfy the following dependencies

Re: [OpenWrt-Devel] [PATCH RFC v2] ath79: add support for the ar7240 version of the ubiquiti bullet

2020-02-29 Thread Russell Senior
The Ubiquiti Bullet M2HP come in two flavors, based on ar7240 and ar7241. Both are supported by ar71xx, despite the different SoCs. The ath79 target, however, currently supports only the ar7241. The ar7240 version apparently has a differently wired ethernet interface and the ar7241-based image co