[OpenWrt-Devel] [PATCH] ar71xx: move OCEDO Koala back to generic subtarget

2018-10-18 Thread David Bauer
This changes the OCEDO Koala flash-layout to a unified firmware partition, thus making the ar71xx-generic kernel fit in flash. Compile and runtested on OCEDO Koala. Signed-off-by: David Bauer --- target/linux/ar71xx/generic/config-default | 1 + target/linux/ar71xx/image/generic.mk | 9

Re: [OpenWrt-Devel] [RFC 0/9] Using the mainline mtk-eth-soc driver for MT7621

2018-10-18 Thread Bjørn Mork
René van Dorst writes: > Quoting Bjørn Mork : > >> I'm afraid this is way over my head. My understanding of the MT7621 SoC >> and the different hardware configurations is limited. IIUC there are >> basically two ways to connect the 2nd CPU GMAC: >> 1) by RGMII to something outside the SoC >>

Re: [OpenWrt-Devel] [RFC 0/9] Using the mainline mtk-eth-soc driver for MT7621

2018-10-18 Thread René van Dorst
Quoting Bjørn Mork : I'm afraid this is way over my head. My understanding of the MT7621 SoC and the different hardware configurations is limited. IIUC there are basically two ways to connect the 2nd CPU GMAC: 1) by RGMII to something outside the SoC 2) to a port on the SoC internal switch,

[OpenWrt-Devel] [PATCH] kernel: tolerate using UBI/UBIFS on MLC flash (FS#1830)

2018-10-18 Thread Koen Vandeputte
starting from upstream commit 577b4eb23811 ("ubi: Reject MLC NAND") it is not allowed to use UBI and UBIFS on a MLC flavoured NAND flash chip. [1] According to David Oberhollenzer [2]: The real problem is that on MLC NAND, pages come in pairs. Multiple voltage levels inside a single, physical

Re: [OpenWrt-Devel] [RFC 0/9] Using the mainline mtk-eth-soc driver for MT7621

2018-10-18 Thread Bjørn Mork
René van Dorst writes: > Hi Bjørn, > > I was also working on this. 2 months ago. > > I also could not get 2nd GMAC to work with the external phy. > See also my last commit > https://github.com/vDorst/openwrt/commit/bf599736920cffa93ca29c455f933acdd12010ed > > But using port 5 of the switch is a

Re: [OpenWrt-Devel] [RFC 0/9] Using the mainline mtk-eth-soc driver for MT7621

2018-10-18 Thread René van Dorst
Hi Bjørn, I was also working on this. 2 months ago. I also could not get 2nd GMAC to work with the external phy. See also my last commit https://github.com/vDorst/openwrt/commit/bf599736920cffa93ca29c455f933acdd12010ed But using port 5 of the switch is a good start. This makes port usable. I

[OpenWrt-Devel] [PATCH] gemini: Break out USB to packages

2018-10-18 Thread Linus Walleij
This creates a new kernel package for the fotg210 host controller and uses that with the gemini to shrink the kernel. The SQ201 needs the USB2 PCI package as well. The build system required me to make kernel_oldconfig beofore it would build without errors so some minor unrelated Kconfig entries

[OpenWrt-Devel] [PATCH openwrt-18.06] kernel: Add support for Winbond w25q128jv SPI NOR flash

2018-10-18 Thread Baptiste Jonglez
From: Baptiste Jonglez Newer batches of several Mikrotik boards contain this yet-unsupported flash chip, for instance: - rb941-2nd (hAP lite) - rb952ui-5ac2nd (hAP ac lite) - RBM33G and probably other Mikrotik boards need this patch as well. The patch was submitted upstream by Robert Marko:

[OpenWrt-Devel] [PATCH] kernel: Add support for Winbond w25q128jv SPI NOR flash

2018-10-18 Thread Baptiste Jonglez
From: Baptiste Jonglez Newer batches of several Mikrotik boards contain this yet-unsupported flash chip, for instance: - rb941-2nd (hAP lite) - rb952ui-5ac2nd (hAP ac lite) - RBM33G and probably other Mikrotik boards need this patch as well. The patch was submitted upstream by Robert Marko:

Re: [OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20181018

2018-10-18 Thread Hans Dedecker
On Thu, Oct 18, 2018 at 3:49 AM Jason A. Donenfeld wrote: > > Signed-off-by: Jason A. Donenfeld > --- > package/network/services/wireguard/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/package/network/services/wireguard/Makefile >