Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-02 Thread Hans Ulli Kroll via Lede-dev
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 --- Hi On Wed, 2 May 2018, Linus Wall

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-02 Thread Hans Ulli Kroll via Lede-dev
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 --- Hi On Wed, 2 May 2018, Joel Wirām

Re: [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-14 Thread Hans Ulli Kroll via Lede-dev
attached (untested) patch for openwrt. I can test this next week by myself >From 10be6c15addac0bdb9c2d196d450aee1fcb2070b Mon Sep 17 00:00:00 2001 From: Hans Ulli Kroll Date: Sat, 14 Apr 2018 19:13:11 +0200 Subject: [PATCH] gemini: fix fotg2 stall after port reset Signed-off-by:

Re: [LEDE-DEV] [OpenWrt-Devel] Latest OpenWRT on Gemini v4.14

2018-02-27 Thread Hans Ulli Kroll via Lede-dev
. > > > > NB: IF YOU'RE GONNA USE THIS, USE GCC 7.3.0 TO > > BUILD. The 5.5 toolchain doesn't work. > > > > Is there a way to require the 7.3.x toolchain? > > We want to use the same toolchain for all targets and a GCC bug on mips > was just fixed 2 days ago in upstream GCC. > I do not know if we will use gcc 7.X for the next release as this should > happen soon. > Hans Ulli Kroll --- End Message --- ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH 2/2] mac80211: add support for rtl8821ae pcie adapter

2017-05-19 Thread Hans Ulli Kroll
Add support for Realtek RTL8821AE/RTL8812AE PCIe adapter. This device supports 802.11ac and bluetooth testet on PC Engines APU with AP and STA mode Signed-off-by: Hans Ulli Kroll --- package/kernel/mac80211/Makefile | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions

[LEDE-DEV] [PATCH 1/2] firmware: add firmware for rtl8821ae support

2017-05-19 Thread Hans Ulli Kroll via Lede-dev
to support rtl8821ae pcie adapter Signed-off-by: Hans Ulli Kroll --- package/firmware/linux-firmware/realtek.mk | 8 1 file changed, 8 insertions(+) diff --git a/package/firmware/linux-firmware/realtek.mk b/package/firmware/linux-firmware/realtek.mk index 8c3770eeea..fdd92c9a42 100644 ---

Re: [LEDE-DEV] Please help with submitting contributions

2017-03-09 Thread Hans Ulli Kroll via Lede-dev
here doing this in their spare time. One week is the normal rule to wait. HTH Hans Ulli Kroll --- End Message --- ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH 4/4] x86: Add APU2 LED Driver

2017-01-14 Thread Hans Ulli Kroll via Lede-dev
Certain GPIOs are multiplexed with pins on the flash controller, PCI controller, GbE MAC, or keyboard and PS/2 controller interfaces end quote APU1 uses pinmuxed PS/2 keybord and mouse APU2 used pinmuxed Hardware monitor pins for FANIN So I would use this patch which apu1/apu2 board only. H