[OpenWrt-Devel] [PATCH 2/2] ramips: Fix up GnuBee PC1 DTS file a little

2018-05-23 Thread Rosen Penev
There's nothing connected to i2c on this board, so remove it. Also edited the gpio group to match the PC2 as they're the same. Signed-off-by: Rosen Penev --- target/linux/ramips/dts/GB-PC1.dts | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 1/2] ramips: Add back some non-mt7621 code that staging removed

2018-05-23 Thread Rosen Penev
Staging is meant only for mt7621 but for OpenWrt more is needed. Signed-off-by: Rosen Penev --- .../files-4.14/drivers/mmc/host/mtk-mmc/sd.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] incorrect commit for dnsmasq (dnsmasq: use "hostsdir" instead of "addn-hosts")

2018-05-23 Thread Daniel Golle
Hi! On Wed, May 23, 2018 at 11:43:31PM +0200, e9hack wrote: > Hi, > > this commit and the way, who the init script handles hostfiles seams to be > completely wrong. The init script generates > one independent hostfile per dnsmasq instance and writes it to a common > directory. Multiple dnsmasq

[OpenWrt-Devel] incorrect commit for dnsmasq (dnsmasq: use "hostsdir" instead of "addn-hosts")

2018-05-23 Thread e9hack
Hi, this commit and the way, who the init script handles hostfiles seams to be completely wrong. The init script generates one independent hostfile per dnsmasq instance and writes it to a common directory. Multiple dnsmasq instances are possible and must not load hostfiles from other instances.

Re: [OpenWrt-Devel] Broken GPIO on MT7620 after commit 34ca34b32b02

2018-05-23 Thread Andrey Jr. Melnikov
In gmane.comp.embedded.lede.devel Kristian Evensen wrote: > On Wed, May 23, 2018 at 4:09 AM, Andrey Jr. Melnikov > wrote: > > In gmane.comp.embedded.lede.devel Rosen Penev wrote: > >> On Tue, May 22, 2018 at 7:45 AM, Kristian

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread David Woodhouse
On Wed, 2018-05-23 at 17:24 +0200, Torbjörn Jansson wrote: > > PS: Remove this annoying tag '[OpenWrt-Devel]' from subject. XXI century in > > the world - all email clients already know how filters messages based on > > List-Id header. > > > > Not everyone, plus lede mailing list also had prefix

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread David Woodhouse
On Wed, 2018-05-23 at 20:05 +0200, Bas Mevissen wrote: > On 23/05/18 17:55, Arjen de Korte wrote: > > > > Citeren Torbjörn Jansson : > > >   (...) > > > > > > > > > > > But one thing that is a little anoying after the move is that for some  > > > mails I

Re: [OpenWrt-Devel] [PATCH] kernel/generic: (try) fixing MAP-E patch misbehaving in 4.0

2018-05-23 Thread Daniel Golle
Hi Axel, Hi Steven, revisiting your patch, I try to understand what we need to fix here or if the issue has already been resolved in the meantime. See below: On Fri, Feb 09, 2018 at 01:20:53PM +0100, Axel Neumann wrote: > Hello, > > the 666 kernel patches [1,2,3] break the possibility for using

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread Bas Mevissen
On 23/05/18 17:55, Arjen de Korte wrote: Citeren Torbjörn Jansson : (...) But one thing that is a little anoying after the move is that for some mails I get same thing twice and I'm not sure why. Most likely because people are still cross-posting to

Re: [OpenWrt-Devel] [PATCH 2/2] kernel: bump 4.14 to 4.14.43

2018-05-23 Thread Michael Yartys 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 --- Tested-by: Michael Yartys

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread Arjen de Korte
Citeren Torbjörn Jansson : On 23 May 2018 15:45:47 GMT+02:00, "Andrey Jr. Melnikov" wrote: John Crispin wrote: Hi All, In order to bring the OpenWrt mailing list back to operational status, we are moving them

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread Torbjörn Jansson
On 23 May 2018 15:45:47 GMT+02:00, "Andrey Jr. Melnikov" wrote: >John Crispin wrote: >> Hi All, > >> In order to bring the OpenWrt mailing list back to operational >status, >> we are moving them to the infradead server. The 2 current LEDE lists >> will

[OpenWrt-Devel] [PATCH 1/2] kernel: bump 4.9 to 4.9.102

2018-05-23 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- include/kernel-version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk

Re: [OpenWrt-Devel] Moving the mailing lists

2018-05-23 Thread Andrey Jr. Melnikov
John Crispin wrote: > Hi All, > In order to bring the OpenWrt mailing list back to operational status, > we are moving them to the infradead server. The 2 current LEDE lists > will be renamed > * lede-dev->openwrt-dev > * lede-adm -> openwrt-adm > the old names will get

Re: [OpenWrt-Devel] Broken GPIO on MT7620 after commit 34ca34b32b02

2018-05-23 Thread Kristian Evensen
On Wed, May 23, 2018 at 4:09 AM, Andrey Jr. Melnikov wrote: > In gmane.comp.embedded.lede.devel Rosen Penev wrote: >> On Tue, May 22, 2018 at 7:45 AM, Kristian Evensen >> wrote: >> > Hi, >> > >> > On Tue, May 22, 2018 at 4:33

Re: [OpenWrt-Devel] Broken GPIO on MT7620 after commit 34ca34b32b02

2018-05-23 Thread Andrey Jr. Melnikov
In gmane.comp.embedded.lede.devel Rosen Penev wrote: > On Tue, May 22, 2018 at 7:45 AM, Kristian Evensen > wrote: > > Hi, > > > > On Tue, May 22, 2018 at 4:33 PM, John Crispin wrote: > >> what exactly is the issue ? breaking compat