Re: [LEDE-DEV] rpcd-mod-nosql - prpl funding proposal

2016-11-09 Thread John Crispin
Hi Luka, On 10/11/2016 01:23, Luka Perkov wrote: > cache for a period of time some arbitrary (runtime) data. sounds interesting ... procd provides this feature already for managed services. please explain some of the use cases and why you think that existing feature set is not sufficient. also pl

[LEDE-DEV] [PATCH] kernel: expose configuration for padata

2016-11-09 Thread Jason A. Donenfeld
The padata API is a powerful framework for doing parallel jobs inside the kernel, on which various modules in the package feed can depend, such as WireGuard. There is no item text, so that it does not show up in menuconfig, as this is only supposed to be an option selected as a dependency. There as

[LEDE-DEV] [PATCH] wireguard: select parallel encryption engine

2016-11-09 Thread Jason A. Donenfeld
On non SMP systems, this doesn't wind up doing anything or adding any code at all. On SMP systems, this adds a little bit of code, and makes encryption use all cores. Signed-off-by: Jason A. Donenfeld --- net/wireguard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[LEDE-DEV] o2 box 6431 / VGV7510KW22 - SIP with FXS/TAE Ports

2016-11-09 Thread Plonk Bong
My Problem is in function load_module() ca line 1482 [code] if (!(sched_thread = ast_sched_thread_create())) { ast_log(LOG_ERROR, "Unable to create scheduler thread\n"); return AST_MODULE_LOAD_FAILURE; } [code] a struct ast_sched_thread will not defined in shed.h from asterisk-13 see line 1

[LEDE-DEV] rpcd-mod-nosql - prpl funding proposal

2016-11-09 Thread Luka Perkov
Hi all! Over and over again we are running into a situation where we need to store or cache for a period of time some arbitrary (runtime) data. Instead of working around these situations by using /tmp/ directory as a placeholder we propose a tiny "nosql" ubus based mechanism implemented as a rpcd

Re: [LEDE-DEV] [PATCH] net-snmp: add package snmp-mibs

2016-11-09 Thread Sven Roederer
Thanks John, realized, that LEDE is pulling to it's own mirror of openwrt/pacakges but keeps it completly identical. So I'll be more patient on the PRs I submitted one month ago. Sven Am Dienstag, 8. November 2016, 11:11:11 CET schrieb John Crispin: > Hi, > > please submit patches to the pack

Re: [LEDE-DEV] Crash on D-Link DIR-869-A1 (ar71xx) with ath10k / Coova-Chilli

2016-11-09 Thread James Wood
Hi Bastian This is a 64MB RAM unit though and has over half of its memory free before starting Coova-Chilli. We have the same software running on 32MB units for many years with 20MB free still. Why does it only get OOM and crash when attaching it to the 5GHz WiFi and not 2.4GHz or the LAN bridge

[LEDE-DEV] [PATCH][ar71xx] Fix finding radio calibration for RouterBOARD 951Ui-2HnD

2016-11-09 Thread Davey Hutchison
Fix acquiring the radio calibration data for the RouterBOARD 951Ui-2HnD. Mikrotik started using the w25x05 spi-nor chip. This change was made on the /639 hardware revision of the RouterBOARD 951Ui-2HnD series. Since this hardware change the radio calibration data could not be found. The older R

Re: [LEDE-DEV] [PATCH 0/9] lantiq: VGV7519 fixes

2016-11-09 Thread Mathias Kresin
09.11.2016 23:09, Eddi De Pieri: Hi Mathias, Just tried to boot a ramimage from tftp on vgv7519: On my board: Bytes transferred = 7084442 (6c199a hex) ## Booting kernel from Legacy Image at 8100 ... Image Name: MIPS OpenWrt Linux-3.10.49 Created: 2014-11-11 17:40:00 UTC Im

Re: [LEDE-DEV] [PATCH 0/9] lantiq: VGV7519 fixes

2016-11-09 Thread Eddi De Pieri
Hi Mathias, Just tried to boot a ramimage from tftp on vgv7519: On my board: Bytes transferred = 7084442 (6c199a hex) ## Booting kernel from Legacy Image at 8100 ... Image Name: MIPS OpenWrt Linux-3.10.49 Created: 2014-11-11 17:40:00 UTC Image Type: MIPS Linux Kernel Image

Re: [LEDE-DEV] Crash on D-Link DIR-869-A1 (ar71xx) with ath10k / Coova-Chilli

2016-11-09 Thread Bastian Bittorf
* James Wood [09.11.2016 20:40]: > Wed Nov 9 14:13:24 2016 kern.warn kernel: hostapd invoked oom-killer: > gfp_mask=0x24201ca, order=0, oom_score_adj=0 its just oom, is'nt it? bye, bastian ___ Lede-dev mailing list Lede-dev@lists.infradead.org http:/

[LEDE-DEV] [PATCH 0/2] include: Switch git clone to git DownloadMethod

2016-11-09 Thread Florian Fainelli
This switches the semi manual git clone process for the kernel to use the git Download method which packs the sources at the end, and therefore avoids repeated clones on the same git tree if iterating through make target/linux/{clean,prepare} etc. Florian Fainelli (2): include/download.mk: Allow

[LEDE-DEV] [PATCH 2/2] include/kernel: Switch to git download method

2016-11-09 Thread Florian Fainelli
Utilize the existing git download logic from include/download.mk and migrate the kernel download over to it. This avoids repeatedly cloning kernel sources after a make target/linux/clean for instance. Signed-off-by: Florian Fainelli --- include/kernel-build.mk| 19 +++ includ

[LEDE-DEV] [PATCH 1/2] include/download.mk: Allow specify DownloadMethod specific options

2016-11-09 Thread Florian Fainelli
This is going to be used to migrate the hand rolled git clone for the kernel into using the git download method. The kernel uses custom options that we may have to pass down. Signed-off-by: Florian Fainelli --- include/download.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --g

Re: [LEDE-DEV] Crash on D-Link DIR-869-A1 (ar71xx) with ath10k / Coova-Chilli

2016-11-09 Thread James Wood
Hi John Please find below with KALLSYMS enabled. To be honest it doesn't appear to add anything extra? To enable it, I set CONFIG_KERNEL_KALLSYMS=y and performed a make target/linux/clean - then re-compiled and used sysupgrade to flash. Did I miss something, and how can I check whether KALLSYMS wa