Re: [OpenWrt-Devel] [PATCH] mdadm: add new init features; documentation; bug fixes

2019-01-10 Thread Jo-Philipp Wich
Hi, comments inline. > [...] > + # partition - stateless, mdadm --assemble --scan > --config=partition; see mdadm(8) > + # uci - stateful, dynamically generated mdadm.conf via uci > array values (below), > + # stored in /var/etc/mdadm.conf > + #

Re: [OpenWrt-Devel] [PATCH v2] mpc85xx: add support for Sophos RED 15w Rev.1

2019-01-10 Thread David Bauer
On 10.01.19 19:03, Christian Lamparter wrote: > On Tuesday, January 8, 2019 1:20:56 AM CET David Bauer wrote: >> Hardware >> >> CPU: Freescale P1010 PowerPC >> RAM: 128M DDR3 >> NAND: 128MiB >> ETH: RTL8211F SGMII PHY >> RTL8367B 5-port RGMII switch >> (not connected to S

Re: [OpenWrt-Devel] flock clash with msmtpq-ng-mta

2019-01-10 Thread Marcel Telka
On Thu, Jan 10, 2019 at 12:23:09AM -0500, Daniel F. Dickinson wrote: > On 2019-01-07 4:57 p.m., Marcel Telka wrote: > > On Sat, Jan 05, 2019 at 03:54:52AM -0500, Daniel F. Dickinson wrote: > >> On 2019-01-04 2:14 a.m., Marcel Telka wrote: > >>> Hi, > >>> > >>> After upgrade from LEDE 17.01.4 to Ope

Re: [OpenWrt-Devel] [PATCH v2] mpc85xx: add support for Sophos RED 15w Rev.1

2019-01-10 Thread Christian Lamparter
On Tuesday, January 8, 2019 1:20:56 AM CET David Bauer wrote: > Hardware > > CPU: Freescale P1010 PowerPC > RAM: 128M DDR3 > NAND: 128MiB > ETH: RTL8211F SGMII PHY > RTL8367B 5-port RGMII switch > (not connected to SoC - unmanaged) > WiFi: SparkLan WPEA-121N >- Ather

[OpenWrt-Devel] [PATCH] generic: ar8216: ar8327: kill warnings

2019-01-10 Thread Chuanhong Guo
This fixed warnings caused by returning value in a void function Signed-off-by: Chuanhong Guo --- target/linux/generic/files/drivers/net/phy/ar8327.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/generic/files/drivers/net/phy/ar8327.c b/target/linux/gene

[OpenWrt-Devel] umbim: registration set support

2019-01-10 Thread Ingo Feinerer
Hi, this mail gives a detailed background explanation and motivation for the patch "[PATCH] umbim: add registration set support" (the analysis is probably too lengthy to be included as a commit message). I am using a Medion S4222 (MediaTek OEM) USB stick and it failed to connect in OpenWrt: # um

[OpenWrt-Devel] [PATCH] umbim: add registration set support

2019-01-10 Thread Ingo Feinerer
This implements the MBIM automatic registration mode to let the function select the best provider network. Signed-off-by: Ingo Feinerer --- cli.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cli.c b/cli.c index 1dd6330..e00b6d4 100644 --- a/cli.c +++ b/cli.c @@

Re: [OpenWrt-Devel] Pending ath79 issues on ar9342 and 4.14/4.19 kernels

2019-01-10 Thread Petr Štetiar
Petr Štetiar [2019-01-02 01:24:22]: > 1. MAC reset issue > > While converting UBNT Nanostation M XW to ath79, I've found out, that the MAC > isn't properly reset on ath79, resulting in disfunctional networking due to > MAC_CFG2_CRC_EN bit set in AG71XX_REG_MAC_CFG2. My first naive attempt to