Re: [LEDE-DEV] [PATCH] [ramips] Added NixCore X1 target V2

2016-06-08 Thread John Crispin
Hi Drew, just sent a new version please. John On 08/06/2016 20:52, John Crispin wrote: > Hi Drew, > > since CC a few things have changed. the new dts file looks good, i will > merge it tomorrow, rebase the userland script changes and change the > image generation code to the new style.

[LEDE-DEV] [PATCH] uloop: use a waker for notifying sigchld and loop cancel events

2016-06-08 Thread Yousong Zhou
Fix a race condition when do_sigchld, uloop_cancelled were set just before epoll_wait(timeout=-1), resulting the loop stuck in the syscall without noticing the events just happened Signed-off-by: Yousong Zhou --- uloop-epoll.c | 2 +- uloop-kqueue.c | 2 +- uloop.c| 65 +++

[LEDE-DEV] [PATCH 1/2] libunwind: initial version 1.1

2016-06-08 Thread Yousong Zhou
The package Makefile was based on work at link [1] with the following changes 1. Disable minidebuginfo support thus no dependency on liblzma 2. Add 2 patches for building against musl-libc and building with mips16 enabled 3. Add LICENSE and DEPENDS info, etc. [1] https://github.com/rpi-ope

[LEDE-DEV] [PATCH 2/2] strace: add option for enabling stack trace support

2016-06-08 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- package/devel/strace/Makefile | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package/devel/strace/Makefile b/package/devel/strace/Makefile index 8a0d2e8..df560fd 100644 --- a/package/devel/strace/Makefile +++ b/package/devel/strace/

[LEDE-DEV] [PATCH] xtables-addons: fix kmod-ipt-sysrq missing crypto_hash dependency

2016-06-08 Thread Christian Lamparter
This patch fixes the following dependency issue when building kmod-ipt-sysrq module package from xtable-addons library: "Package kmod-ipt-sysrq is missing dependencies for the following libraries:" crypto_hash.ko" By looking at the code, the kmod-ipt-sysrq module just needs an additional dependenc

Re: [LEDE-DEV] libubox, procd: init process hangs

2016-06-08 Thread Xinxing Hu
Hi Yousong, Thanks a lot for you patch. I tried it a little bit, and till now everything looks OK. It seems this issue is solved by your patch. Not sure whether Mats (the original reporter of this issue) still see the issue or not. Best Regards, Xinxing On 2016/6/7 20:49, Yousong Zhou wrot

Re: [LEDE-DEV] [PATCH] [ramips] Added NixCore X1 target V2

2016-06-08 Thread John Crispin
Hi Drew, since CC a few things have changed. the new dts file looks good, i will merge it tomorrow, rebase the userland script changes and change the image generation code to the new style. i'll put the patch into my staging tree and let you know where to find it so you can test it. Thanks,

Re: [LEDE-DEV] Add Hawkboard (OMAP-L138) support

2016-06-08 Thread Alexander Couzens
On Wed, 25 May 2016 13:34:18 +0200 Marcin Gołaś wrote: > Dear LEDE developers, > > Is it possible to port LEDE and run it on Hawkboard (OMAP-L138)? > Please let me know if anyone is able to help me in this subject. > > Thanks, > Marcin Hi Marcin, after a short look into the architecture, the

[LEDE-DEV] cavium: Ignore MEM boot param when too small

2016-06-08 Thread Michał Osowiecki
Cisco RV0XX u-boot sets MEM=2048 as boot param. We assume that at least 4MB (mem_alloc_size) of ram is needed to run linux on cavium boards, so if mem < 4M - ignore it and set default value Signed-off-by: Michał Osowiecki --- a/arch/mips/cavium-octeon/setup.c 2016-06-06 18:15:32.0

[LEDE-DEV] brcm2708: take over maintainership

2016-06-08 Thread Álvaro Fernández Rojas
Hello Florian, Do you mind if I take over brcm2708's maintainership? https://git.lede-project.org/?p=source.git;a=blob;f=target/linux/brcm2708/Makefile;hb=HEAD#l14 Regards, Álvaro. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.inf