Re: [LEDE-DEV] [PATCH] Fix missing libc.

2018-05-10 Thread Lucian Cristian
On 11.05.2018 00:55, Lev wrote: On Thu, 10 May 2018 23:49:36 +0200 Felix Fietkau wrote: On 2018-05-10 23:23, Lev wrote: From: Lev Please explain what you're trying to do here. The patch makes no sense to me. glibc v2.26 was not found any of the mirrors, but v2.22 is. This patch instructs

Re: [LEDE-DEV] [PATCH] Fix missing libc.

2018-05-10 Thread Dragan Stancevic
On 05/10/2018 04:55 PM, Lev wrote: > On Thu, 10 May 2018 23:49:36 +0200 > Felix Fietkau wrote: > >> On 2018-05-10 23:23, Lev wrote: >>> From: Lev >> Please explain what you're trying to do here. >> The patch makes no sense to me. > > > glibc v2.26 was not found any of the mirrors, but v2.22

Re: [LEDE-DEV] [PATCH] Fix missing libc.

2018-05-10 Thread Lev
On Thu, 10 May 2018 23:49:36 +0200 Felix Fietkau wrote: > On 2018-05-10 23:23, Lev wrote: > > From: Lev > Please explain what you're trying to do here. > The patch makes no sense to me. glibc v2.26 was not found any of the mirrors, but v2.22 is. This patch instructs the build system to use g

Re: [LEDE-DEV] [PATCH] Fix missing libc.

2018-05-10 Thread Felix Fietkau
On 2018-05-10 23:23, Lev wrote: > From: Lev Please explain what you're trying to do here. The patch makes no sense to me. - Felix ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH] Fix missing libc.

2018-05-10 Thread Lev
From: Lev --- toolchain/glibc/common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk index b10e797de6..7ff684d52c 100644 --- a/toolchain/glibc/common.mk +++ b/toolchain/glibc/common.mk @@ -7,14 +7,14 @@ include $

Re: [LEDE-DEV] MMAP memory out of sync on AR71xx Rambutan (8devices) board.

2018-05-10 Thread Kevin Darbyshire-Bryant
> On 9 May 2018, at 11:27, Daniel Danzberger wrote: > > On 05/ >> >> >> So that smells more of a race condition between the writer filling with 0xFF >> and the reader catching up. > The open() syscall does the memset(0xff) and blocks. This ensures the memory > is > initialized before the op

Re: [LEDE-DEV] [PATCH] kernel: bump 4.14 to 4.14.40

2018-05-10 Thread Michael Yartys 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 --- Tested-by: Michael Yartys Targ

Re: [LEDE-DEV] Layerscape package depending on libxml2

2018-05-10 Thread Y.b. Lu
Hi Micheal, > -Original Message- > From: Michael Heimpold [mailto:m...@heimpold.de] > Sent: Wednesday, May 9, 2018 6:29 PM > To: Y.b. Lu > Cc: lede-dev@lists.infradead.org; Xiaobo Xie ; > openwrt-de...@lists.openwrt.org; Hauke Mehrtens ; > John Crispin > Subject: Re: [LEDE-DEV] Layerscap