[OpenWrt-Devel] OpenWrt on RISC-V

2018-11-02 Thread Zoltan HERPAI
Hi all, I'm happy to announce a port of RISC-V for OpenWrt. For those who haven't heard about it, RISC-V is a new CPU architecture coming from Berkeley, and is a free, open, extensible ISA, maintained by a non-profit foundation, included in the Linux kernel since 4.15. Current status is: -

[OpenWrt-Devel] TP-Link Archer C20 v4 and MediaTek MT7628AN and MT7610E

2018-11-02 Thread Fernando Frediani
Hello folks I have been trying to make TP-Link Archer C20 v4 to work with OpenWrt. It has already a build however both 2.4Ghz and 5Ghz wifi don't work properly at present. For the 2.4 Ghz although it has support it is very unstable and unusable as for the MT76 driver used. Has anyone used a

Re: [OpenWrt-Devel] Custom cases for Netgear r7800?

2018-11-02 Thread Alberto Bursi
On 02/11/18 21:20, Ben Greear wrote: This is a bit off topic, but I'm curious if anyone has developed or knows of someone selling customized cases for the Netgear r7800 (or similar AP with similar radios and 128+MB of storage and 512+MB of RAM). In particular, I'd like to get access to the

Re: [OpenWrt-Devel] [PATCH] ramips: fix leds on GL.iNet GL-MT300N-V2

2018-11-02 Thread Alexander Couzens
Hi hexa, thanks for your patch. Best, lynxis pgp1unm40nrM4.pgp Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Custom cases for Netgear r7800?

2018-11-02 Thread Ben Greear
This is a bit off topic, but I'm curious if anyone has developed or knows of someone selling customized cases for the Netgear r7800 (or similar AP with similar radios and 128+MB of storage and 512+MB of RAM). In particular, I'd like to get access to the serial port in a nice way, and probably

[OpenWrt-Devel] [PATCH] ramips: fix leds on GL.iNet GL-MT300N-V2

2018-11-02 Thread hexa
From: Martin Weinelt The WAN LED now shows the link state. It's color is green, not blue. Use the physical radio for the WiFi-LED to be resilient against changing interface names Signed-off-by: Martin Weinelt --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 ++-

Re: [OpenWrt-Devel] [PATCH] ath79: add support for GL-iNet GL-X750

2018-11-02 Thread Rafał Miłecki
On Fri, 2 Nov 2018 at 02:22, Luochongjun wrote: > this patch adds supports for GL-X750. Please specify license in your DTS files. Ideally GPL 2.0(+) and MIT if you are OK with that. Just a line like: // SPDX-License-Identifier: GPL-2.0-or-later OR MIT and the beginning of the .dts files.