Re: [LEDE-DEV] procd mount wrong amount fo ram!

2018-01-25 Thread Nishant Sharma
Hi, On Friday 26 January 2018 04:18 AM, Ansuel Smith wrote: https://forum.lede-project.org/t/no-space-left-in-tmp/11000/14 Here you can find details about problem i find. In short. My setup have zram-swap and procd set to mount /tmp with zram... This result in /tmp mounted with zram with only 1

Re: [LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-25 Thread Yousong Zhou
On 26 January 2018 at 10:23, Rosen Penev wrote: > On Thu, Jan 25, 2018 at 5:03 AM, Kevin Darbyshire-Bryant > wrote: >> >> >>> On 25 Jan 2018, at 12:58, Yousong Zhou wrote: >>> >>> On 25 January 2018 at 19:30, Kevin Darbyshire-Bryant >>> wrote: > On 25 Jan 2018, at 02:42, Yousong Z

Re: [LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-25 Thread Rosen Penev
On Thu, Jan 25, 2018 at 5:03 AM, Kevin Darbyshire-Bryant wrote: > > >> On 25 Jan 2018, at 12:58, Yousong Zhou wrote: >> >> On 25 January 2018 at 19:30, Kevin Darbyshire-Bryant >> wrote: >>> >>> On 25 Jan 2018, at 02:42, Yousong Zhou wrote: Signed-off-by: Yousong Zhou --- >>

[LEDE-DEV] Debugging steps for FS#1246 - Ubnt Nanostation Loco M2 - WDS link drops out after a few hours

2018-01-25 Thread Aaron Z
I opened a ticket in late Dec but haven't heard anything. Does anyone have any suggestions on where to go next to troubleshoot this issue? My wife is getting very tired of the internet randomly dropping out on our WDS link. Ticket: https://bugs.openwrt.org/index.php?do=details&task_id=1246 Cliffs

Re: [LEDE-DEV] [PATCH 1/2] procd/base-files: move init.d locking to rc.common

2018-01-25 Thread Roman Yeryomin
On 2018-01-18 10:30, John Crispin wrote: On 18/01/18 09:14, John Crispin wrote: rather than using flock for procd enabled services we add locking to the rc.common code. Signed-off-by: John Crispin --- package/base-files/files/etc/rc.common | 6 ++ package/system/procd/files/procd.sh

[LEDE-DEV] procd mount wrong amount fo ram!

2018-01-25 Thread Ansuel Smith
https://forum.lede-project.org/t/no-space-left-in-tmp/11000/14 Here you can find details about problem i find. In short. My setup have zram-swap and procd set to mount /tmp with zram... This result in /tmp mounted with zram with only 11 mb of my 512 (even after i remove swap script...) If some

[LEDE-DEV] [PATCH uclient] uclient-fetch: use package name pattern in message for missing SSL library

2018-01-25 Thread Michael Heimpold
When faced with this error message, I did not directly know what package(s) to install. I first grepped the package list for packages named libustream-ssl... found nothing, and finally realized, that here only the library name was mentioned. But when we mention the certificate packages, why not al

[LEDE-DEV] [PATCH v1] wireguard: bump to 20180118

2018-01-25 Thread Kevin Darbyshire-Bryant
Bump to latest wireguard release snapshot: 9a93a3d version: bump snapshot 7bc0579 contrib: keygen-html: update curve25519 implementation ffc13a3 tools: import new curve25519 implementations 0ae7356 curve25519: wire up new impls and remove donna f90e36b curve25519: resolve symbol clash between fe t

Re: [LEDE-DEV] kernel: add test MTD driver package

2018-01-25 Thread Florian Fainelli
On 01/25/2018 02:46 AM, Hans Dedecker wrote: > Allows to test MTD driver using RAM There appears to be a desire to get rid of those in-kernel MTD tests and move exclusively towards user-space based MTD tests: http://lists.infradead.org/pipermail/linux-mtd/2018-January/078636.html even if the obj

Re: [LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-25 Thread Kevin Darbyshire-Bryant
> On 25 Jan 2018, at 12:58, Yousong Zhou wrote: > > On 25 January 2018 at 19:30, Kevin Darbyshire-Bryant > wrote: >> >> >>> On 25 Jan 2018, at 02:42, Yousong Zhou wrote: >>> >>> Signed-off-by: Yousong Zhou >>> --- >>> config/Config-build.in | 2 +- >>> 1 file changed, 1 insertion(+), 1 del

Re: [LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-25 Thread Yousong Zhou
On 25 January 2018 at 19:30, Kevin Darbyshire-Bryant wrote: > > >> On 25 Jan 2018, at 02:42, Yousong Zhou wrote: >> >> Signed-off-by: Yousong Zhou >> --- >> config/Config-build.in | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/config/Config-build.in b/config/Config-bu

Re: [LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-25 Thread Kevin Darbyshire-Bryant
> On 25 Jan 2018, at 02:42, Yousong Zhou wrote: > > Signed-off-by: Yousong Zhou > --- > config/Config-build.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/config/Config-build.in b/config/Config-build.in > index f9987fc..7ec7653 100644 > --- a/config/Config-build.in

[LEDE-DEV] kernel: add test MTD driver package

2018-01-25 Thread Hans Dedecker
Allows to test MTD driver using RAM Signed-off-by: Hans Dedecker --- package/kernel/linux/modules/other.mk | 16 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 973e4f3..3e22909 100644 --- a/pack