[LEDE-DEV] [PATCH 3/3] libusb-compat: Upgrade to 0.1.15

2017-11-21 Thread Rosen Penev
Compile tested on ramips (mt7621) Signed-off-by: Rosen Penev --- package/libs/libusb-compat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libs/libusb-compat/Makefile b/package/libs/libusb-compat/Makefile index

[LEDE-DEV] [PATCH 2/3] tools/e2fsprogs: Update to 1.43.7

2017-11-21 Thread Rosen Penev
Compile tested on Fedora 27. Signed-off-by: Rosen Penev --- tools/e2fsprogs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 412291ce74..36f5c547b8 100644 --- a/tools/e2fsprogs/Makefile

[LEDE-DEV] [PATCH 1/3] usbutils: Update usb.ids file to latest

2017-11-21 Thread Rosen Penev
Signed-off-by: Rosen Penev --- package/utils/usbutils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/utils/usbutils/Makefile b/package/utils/usbutils/Makefile index 2411452a0d..7f798954ae 100644 --- a/package/utils/usbutils/Makefile

[LEDE-DEV] Has anyone tried LEDE on the Mikrotik Groove 52HPn?

2017-11-21 Thread Bill Moffitt
I have been trying to put LEDE 17.01.4 on this little outdoor radio with no success. I cannot get any initramfs image to boot. I have a LEDE router set up as my boot server, and I have tried all the initramfs images on it. In each case the router reports that it has sent the file to the

Re: [LEDE-DEV] [PATCH 4/4] toolchain: musl: update to current HEAD

2017-11-21 Thread Christian Lamparter
On Tuesday, November 21, 2017 9:56:12 AM CET Koen Vandeputte wrote: > > This is all documented on the musl ML. > > > > musl 1.1.17 was rushed due to this CVE: > > > > > > However, the 1.1.17 release had accumulated like 11 months of patches since > >

[LEDE-DEV] sysupgrade send messages to stdout

2017-11-21 Thread Luiz Angelo Daros de Luca
Hello, I noticed that sysupgrade echo all user messages to stdout. It even need to deal with output pollution when stdout is used for data output (like in a backup), by setting verbose to 0. Would it be any reason for not using stderr? (like "echo 'xxx' >&2") BTW, sysupgrade filters out

Re: [LEDE-DEV] LEDE new image on gw5520

2017-11-21 Thread Tim Harvey
On Fri, Nov 10, 2017 at 3:57 AM, Outback Dingo wrote: > Yeah i can do tthat, as a side note, do you know anything about > cpu_scaling or thermal management on this board maybe ? it runs > terribly hot > As you guys worked out the GW5520 does not use the i.MX6 FEC GbE and

[LEDE-DEV] [PATCH] ubox/logread: add re-connect capability

2017-11-21 Thread Zefir Kurtisi
When logd is restarted while 'logread -f' is running, the logread process terminates, which cumbers debugging in different use-cases. This patch adds re-connect functionality to logread. In follow mode, when the ustream to logd is disconnected, instead of terminating, it tries to re-connect to

Re: [LEDE-DEV] [PATCH 1/4] firmware: ath10k-firmware: update QCA4019 firmware to 10.4-3.2.1-00058

2017-11-21 Thread Roman Yeryomin
On 2017-11-21 01:13, Matthew McClintock wrote: I think it's complaining that it can't find the right board info from the board-2.bin file which is just multiple board files wrapped up together? [ 233.761660] ath10k_ahb a00.wifi: failed to fetch board data for

Re: [LEDE-DEV] [RFC 1/1] base-files/etc/rc.common: allow services to overwrite PROCD functions

2017-11-21 Thread Zefir Kurtisi
On 11/20/2017 08:46 PM, Felix Fietkau wrote: > On 2017-11-20 14:25, Zefir Kurtisi wrote: >> On 11/20/2017 01:27 PM, Felix Fietkau wrote: >>> On 2017-11-20 11:20, Zefir Kurtisi wrote: PROCD services can't overwrite those functions defined in the USE_PROCD body (like stop()), since the