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

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

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.

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

[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 +++