Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-13 Thread John Crispin
On 13/06/17 21:58, Florian Fainelli wrote: On 05/28/2017 11:56 PM, John Crispin wrote: Hi, here is a V3 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. Please remeber that post remerge anything can be voted on, so cluttering t

[LEDE-DEV] [PATCH] include/u-boot.mk: rename to HOST_CPPFLAGS

2017-06-13 Thread Matthias Fritzsche
* On other places the variable is written with an underscore. * With one $ sign it treats it as variable. With the former four signs it tried to execute a command with this name. Signed-off-by: Matthias Fritzsche --- include/u-boot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[LEDE-DEV] [PATCH 1/2] ath10k-ct driver: use dma_alloc_coherent

2017-06-13 Thread greearb
From: Ben Greear This should help ath10k work on systems with little or no IOMMU memory. apu2 can boot two 9888 NICs now, for instance. From upstream patch by Adrian Chadd. Signed-off-by: Ben Greear --- package/kernel/ath10k-ct/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletion

[LEDE-DEV] [PATCH 2/2] ath10k-ct firmware: Tx-hang and EAPOL handling fixes for wave-2 firmware.

2017-06-13 Thread greearb
From: Ben Greear Changes since last LEDE release include: * Fix key-setting bug that broke sending the EAPOL 2/4 in some cases. This was a bug I introduced some time back while trying to fix .11r and simplify the key handling logic. (Patch to wpa_supplicant fixed the race with s

Re: [LEDE-DEV] [PATCH procd] upgraded: cmake: Find and include uloop.h

2017-06-13 Thread Florian Fainelli
On 05/31/2017 02:02 PM, Florian Fainelli wrote: > Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for > libubox/uloop.h. Some external toolchains which do not include standard > locations would fail to find the header otherwise. > > Signed-off-by: Florian Fainelli Applied, I will follow-

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-13 Thread Florian Fainelli
On 05/28/2017 11:56 PM, John Crispin wrote: > Hi, > > here is a V3 of the remerge proposal, I tried to fold all the comments > people made into it, if anything is missing let me know. Please remeber > that post remerge anything can be voted on, so cluttering the proposal > with many details will d

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-13 Thread Paul Oranje
To my limited knowlegde RCU is a notoriously difficult pattern to code right. In order to avoid locking in concurrent processing context RCU uses primitives like memory barriers which demands very strict and often subtle rules to be followed. Implementations of memory barriers are very architect

Re: [LEDE-DEV] [PATCH] dnsmasq: fix error in call of list_contains()

2017-06-13 Thread e9hack
Hi, it seems there is a second bug. [ -n $notinterfaces ] fails, if notinterfaces contains spaces. Regards, Hartmut Am 12.06.2017 um 23:11 schrieb Paul Oranje: > --- a/package/network/services/dnsmasq/files/dnsmasq.init > +++ b/package/network/services/dnsmasq/files/dnsmasq.init > @@ -716,7 +71

[LEDE-DEV] [PATCH netifd] ubus: remove superfluous error check in netifd_add_dynamic

2017-06-13 Thread Hans Dedecker
Check for main device and main device having default config for a dynamic interface was orginally added in commit 266d92dd83bd5bfe520f3e2838794bf9bb827c07 with as purpose to set the device config. The latter was later removed in commit 4bf89afc22b43d5bd155d32d3998348a77179c1a which makes the device

[LEDE-DEV] [PATCH] build: move definition of KBUILD_BUILD_TIMESTAMP to include/kernel.mk

2017-06-13 Thread Alexander Couzens
Fixes: 0aed054bec (build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk) Signed-off-by: Alexander Couzens --- include/kernel-defaults.mk | 6 -- include/kernel.mk | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/kernel-defaul

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-13 Thread Jo-Philipp Wich
Hi, NACK from me - not that it makes a difference but I do not like to operate under the OpenWrt name. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] enable Banana Pi OTG

2017-06-13 Thread Gerhard Bertelsmann
Hi, Am 2017-06-10 15:20, schrieb Daniel Golle: On Sat, Jun 10, 2017 at 02:53:53PM +0200, Gerhard Bertelsmann wrote: Hi, the Banana Pi has a USB OTG capable port. This seems to be not enabled or choosable with 'make menuconfig'. I had a quick look in the makefiles but didn't find the central pl

Re: [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-06-13 Thread Koen Vandeputte
ACK from me. Koen On 2017-06-10 15:13, Hauke Mehrtens wrote: Hi, As many already acknowledged this proposal I would like to call for an official vote among the LEDE committers till 14.6.2017 on this proposal. I counted the following replays to the proposal already as an acknowledgment: Steven

Re: [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-06-13 Thread Vincenzo Romano
Hi all. I think I already ACK'd the proposal. I do confirm my ACK here. -- Vincenzo Romano - NotOrAnd.IT Information Technologies -- NON QVIETIS MARIBVS NAVTA PERITVS 2017-06-10 15:13 GMT+02:00 Hauke Mehrtens : > Hi, > > As many already acknowledged this proposal I would like to call for an > off

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-13 Thread Kevin Darbyshire-Bryant
On 12/06/17 21:00, Toke Høiland-Jørgensen wrote: p.wa...@gmx.at writes: My SQM configuration was basically just using cake + piece_of_cake.qos, but that's clearly off topic for now. (I'm also CC'ing this mail to Toke, the maintainer of sqm-scripts). If you're crashing the box my guess would

Re: [LEDE-DEV] LEDE v17.01.2 service release

2017-06-13 Thread Eric Masson
Le 12/06/2017 à 14:43, Jo-Philipp Wich a écrit : Hi jow, LEDE 17.01.2 "Reboot" incorporates a fair number of fixes back ported from the development branch during the last seven weeks. Thanks a lot. Éric Masson ___ Lede-dev mailing list Lede-dev@l

[LEDE-DEV] [PATCH] dnsmasq: fix error in call of list_contains()

2017-06-13 Thread Paul Oranje
Fixes the first parameter to the call of list_contains() in dnsmasq_ismain() Signed-off-by: Paul Oranje --- Commit a53f8ba6771de64c9c82a2e6867791226f3003cb introduces an error that has not shown up in my tests of that commit (testing sh script is tough). Thanks to Hartmut (e9hack). --- package/n

Re: [LEDE-DEV] [PATCH] dnsmasq: fix error in call of list_contains()

2017-06-13 Thread Hans Dedecker
On Mon, Jun 12, 2017 at 11:11 PM, Paul Oranje wrote: > Fixes the first parameter to the call of list_contains() in dnsmasq_ismain() > > Signed-off-by: Paul Oranje > --- > Commit a53f8ba6771de64c9c82a2e6867791226f3003cb introduces an error that has > not > shown up in my tests of that commit (tes