[OpenWrt-Devel] [PATCH] gpio-button-hotplug: gpio-keys: read initial state

2019-06-13 Thread David Bauer
This commit reads the initial state for interrupt triggered gpio-keys. Without this commit, the switch to the initial stable input-state triggers a button-event. Button events are now only triggered when the button state differs fromt the initial state. Effectively, this reverts commit

Re: [OpenWrt-Devel] [PATCH] gpio-button-hotplug: gpio-keys: fix always missing first event

2019-06-13 Thread David Bauer
Hello Petr, On 13.06.19 21:50, Petr Štetiar wrote: > David Bauer [2019-06-11 23:52:46]: > > Hi, > >> I ran into problems booting multiple QCA9558 boards, namely the OCEDO >> Koala and the devolo WiFi pro 1200e with the current master. Both >> devices always go into failsafe mode when powering

Re: [OpenWrt-Devel] [PATCH 3/3 v2] gemini: Fix MAC address assignment for DIR-685

2019-06-13 Thread Michael Heimpold
Hi, Am Dienstag, 11. Juni 2019, 23:06:55 CEST schrieb Linus Walleij: > The DIR-685 has the MAC addresses in the RedBoot code just like > DNS-313. Check some magic numbers to determine that the MAC > address is where we want it and extract it from RedBoot. > > Signed-off-by: Linus Walleij > ---

Re: [OpenWrt-Devel] [PATCH] gpio-button-hotplug: gpio-keys: fix always missing first event

2019-06-13 Thread Petr Štetiar
David Bauer [2019-06-11 23:52:46]: Hi, > I ran into problems booting multiple QCA9558 boards, namely the OCEDO > Koala and the devolo WiFi pro 1200e with the current master. Both > devices always go into failsafe mode when powering on. ar71xx or ath79? Can you test if it happens also with the

Re: [OpenWrt-Devel] New ath10k-ct firmware and driver available

2019-06-13 Thread Kevin Darbyshire-Bryant
> On 13 Jun 2019, at 16:54, Ben Greear wrote: > > > Here are recent release notes: > > wave-1: > > * May 9, 2019: Tweak rate-ctrl: Ramp PER up faster, down slower. This > helps throughput > in rate-vs-range test, especially with nss1. > > * May 20, 2019: Disable

[OpenWrt-Devel] [PATCH v2] opkg: add --license arg for installed packages

2019-06-13 Thread Paul Spooren
add --license option to print (SPDX) license tag in the `installed-packages` overview. This is useful for manifest generation, as it show all licenses used within an image. In case the license is not available, a question mark (?) is printed instead. base-files - 198-r10203+1-c12bd3a21b - GPL-2.0

Re: [OpenWrt-Devel] [PATCH v2 opkg] alternatives: special-case busybox as alternatives provider

2019-06-13 Thread Jo-Philipp Wich
Hi Yousong, > From: Yousong Zhou > > Almost all busybox applets are alternatives to some other existing > "full" utilities. To lift the maintenance burden of enumerating CONFIG > symbols, symlink path of each applet, we special case busybox here as a > known alternatives provider. > > All

[OpenWrt-Devel] [PATCH v2 opkg] alternatives: special-case busybox as alternatives provider

2019-06-13 Thread Yousong Zhou
From: Yousong Zhou Almost all busybox applets are alternatives to some other existing "full" utilities. To lift the maintenance burden of enumerating CONFIG symbols, symlink path of each applet, we special case busybox here as a known alternatives provider. All file pathes provided by busybox

Re: [OpenWrt-Devel] [PATCH opkg] alternatives: special-case busybox as alternatives provider

2019-06-13 Thread Yousong Zhou
On Thu, 13 Jun 2019 at 20:45, Jo-Philipp Wich wrote: > > Hi, > > ACK on the patch. I was thinking about whether it makes sense to move out > the hardcoded package "busybox" -> "/bin/busybox" path facts into some kind > of external pkgname => multicall-executable-path mapping configuration but >

[OpenWrt-Devel] New ath10k-ct firmware and driver available

2019-06-13 Thread Ben Greear
Here are recent release notes: wave-1: * May 9, 2019: Tweak rate-ctrl: Ramp PER up faster, down slower. This helps throughput in rate-vs-range test, especially with nss1. * May 20, 2019: Disable adaptive-CCA. I am not sure it helps, and it may make it slower

[OpenWrt-Devel] [PATCH v2 2/2] kernel: package module for SafeXcel crypto engine

2019-06-13 Thread Tomasz Maciej Nowak
Supports EIP97 and EIP197 found on Armada 37xx, 7k and 8k SoCs. Unfortunately firmware for EIP197 is not easily obtainable, therefore to not cause lot of user requests directed at OpenWrt, package it as module with explanation where to obtain the firmware. Cc: Marek Behún Signed-off-by: Tomasz

[OpenWrt-Devel] [PATCH 2/2] iwinfo: add device id for MediaTek MT7612E

2019-06-13 Thread Pawel Dembicki
Signed-off-by: Pawel Dembicki --- hardware.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware.txt b/hardware.txt index 983890d..8950589 100644 --- a/hardware.txt +++ b/hardware.txt @@ -168,6 +168,7 @@ 0x11ab 0x2b40 0x11ab 0x0 0 "Marvell" "88W8964" 0x14c3 0x7603

[OpenWrt-Devel] [PATCH 1/2] iwinfo: add device id for Atheros AR9390

2019-06-13 Thread Pawel Dembicki
Signed-off-by: Pawel Dembicki --- hardware.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware.txt b/hardware.txt index 87c4781..983890d 100644 --- a/hardware.txt +++ b/hardware.txt @@ -146,6 +146,7 @@ 0x168c 0x002b 0x168c 0xa0910 0 "Atheros" "AR9285" 0x168c 0x002d

Re: [OpenWrt-Devel] [PATCH opkg] alternatives: special-case busybox as alternatives provider

2019-06-13 Thread Jo-Philipp Wich
Hi, ACK on the patch. I was thinking about whether it makes sense to move out the hardcoded package "busybox" -> "/bin/busybox" path facts into some kind of external pkgname => multicall-executable-path mapping configuration but there's probably not that many other relevant packages where this

Re: [OpenWrt-Devel] [PATCH v3 2/3] network/config: add xfrm interface support scripts

2019-06-13 Thread Hans Dedecker
On Thu, Jun 13, 2019 at 9:18 AM Andre Valentin wrote: > > Hi! > > On 13.06.19 08:44, Hans Dedecker wrote: > > Hi, > > > > On Wed, Jun 12, 2019 at 8:28 PM Andre Valentin > > wrote: > >> > >> Hi Hans!! > >> Am 11.06.19 um 22:16 schrieb Hans Dedecker: > >>> Hi, > >>> > >>> On Mon, Jun 10, 2019 at

Re: [OpenWrt-Devel] [PATCH v3 2/3] network/config: add xfrm interface support scripts

2019-06-13 Thread Hans Dedecker
Hi, On Wed, Jun 12, 2019 at 8:28 PM Andre Valentin wrote: > > Hi Hans!! > Am 11.06.19 um 22:16 schrieb Hans Dedecker: > > Hi, > > > > On Mon, Jun 10, 2019 at 8:10 PM Andre Valentin > > wrote: > >> > >> Hi Hans, > >> > >> after testing xfrm tunnels a bit I found to big differences compared to