Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Hannu Nyman
On 13.5.2016 9:23, Alexandru Ardelean wrote: Coming back to the patches. Is it a problem with: 1) The UCI C changes ? 2) The dynamic log resize ? 3) The whole thing ? Depending on what the problem is, we can adapt the patchset. Or simply drop the whole thing if it's deemed un-needed by the commu

[LEDE-DEV] [PATCH] ..ar71xx/image/Makefile: Remove tplink-safeloader def (moved to include/image.mk)

2016-05-13 Thread Ash Benz
Atten: lynxis Signed-off-by: Ash Benz --- target/linux/ar71xx/image/Makefile | 12 1 file changed, 12 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 3bf005f..a5b1a86 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/targ

Re: [LEDE-DEV] [PATCH] ..ar71xx/image/Makefile: Remove tplink-safeloader def (moved to include/image.mk)

2016-05-13 Thread Rafał Miłecki
Please use a proper prefix for your patch. You can find it e.g. by checking git log target/linux/ar71xx/image/Makefile I guess it'll be something like: ar71xx: image: foo On 13 May 2016 at 09:34, Ash Benz wrote: > Atten: lynxis > > Signed-off-by: Ash Benz We have some weird "Atten" in the descr

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Conor O'Gorman
On 13/05/16 08:33, Hannu Nyman wrote: On 13.5.2016 9:23, Alexandru Ardelean wrote: Coming back to the patches. Is it a problem with: 1) The UCI C changes ? 2) The dynamic log resize ? 3) The whole thing ? Depending on what the problem is, we can adapt the patchset. Or simply drop the whole th

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Conor O'Gorman
On 13/05/16 07:23, Alexandru Ardelean wrote: Short version is: we have a configuration management system on top of OpenWrt ; system boots with default settings (on every boot), and config management applies config changes (whether it's right after boot, or during system's normal operation). Mayb

[LEDE-DEV] Concern over kernel: backport patches improving fq_codel drop behavior

2016-05-13 Thread Kevin Darbyshire-Bryant
Hi All, I've just seen https://github.com/lede-project/source/commit/fad8bdfa40df8636a52d770bbab010086c1976ec go through and wish to raise a concern: The patch introduces a kernel API change 'qdisc_tree_decrease_qlen' replaces 'qdisc_tree_decrease_qlen' without a corresponding kernel version numb

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Bastian Bittorf
* Conor O'Gorman [13.05.2016 11:52]: > On 13/05/16 07:23, Alexandru Ardelean wrote: > >Short version is: we have a configuration management system on top of > >OpenWrt ; system boots with default settings (on every boot), and > >config management applies config changes (whether it's right after >

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Helmut Schaa
On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf wrote: > * Conor O'Gorman [13.05.2016 11:52]: >> On 13/05/16 07:23, Alexandru Ardelean wrote: >> >Short version is: we have a configuration management system on top of >> >OpenWrt ; system boots with default settings (on every boot), and >> >confi

[LEDE-DEV] server resources

2016-05-13 Thread txt.file
Hey folks At the battlemesh it was asked if somebody can provide server resources. I have one physical server which currently does only minor tasks. Details: * Intel Atom N2800 (3 cores unused) * 2GB RAM (~1GB unused) * up to 300 GB HDD * officially 100MBit/s * it runs currently a Tor node (guard

[LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Ash Benz
Resubmitting with clearer description: This is an extra patch for the Archer C2600 v2 series that I submitted on May 9th. That series adds tplink-safeloader definition to include/image.mk, and so this patch removes it from target/linux/ar71xx/image/Makefile. Signed-off-by: Ash Benz --- target

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread David Lang
On Fri, 13 May 2016, Helmut Schaa wrote: On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf wrote: * Conor O'Gorman [13.05.2016 11:52]: On 13/05/16 07:23, Alexandru Ardelean wrote: Short version is: we have a configuration management system on top of OpenWrt ; system boots with default setti

Re: [LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Alexander Couzens
On Fri, 13 May 2016 20:12:45 +0800 Ash Benz wrote: > Resubmitting with clearer description: > This is an extra patch for the Archer C2600 v2 series that I > submitted on May 9th. > > That series adds tplink-safeloader definition to include/image.mk, > and so this patch removes it from target/lin

[LEDE-DEV] [PATCH 1/1] [brcm63xx] Add support for the NetGear EVG2000

2016-05-13 Thread Graham Fairweather
From: Graham Fairweather This patch adds support for the Netgear EVG2000 VoIP Gateway to the bcm63xx targets. Ran 'make target/linux/refresh V=s' after update to kernel 4.4.10 from 4.4.8 where the initial patch was added. This device was not sold to the general public, but rather is/was provided

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Alexandru Ardelean
On Fri, May 13, 2016 at 8:55 PM, David Lang wrote: > On Fri, 13 May 2016, Helmut Schaa wrote: > >> On Fri, May 13, 2016 at 12:03 PM, Bastian Bittorf >> wrote: >>> >>> * Conor O'Gorman [13.05.2016 11:52]: On 13/05/16 07:23, Alexandru Ardelean wrote: > > Short version is: we have

[LEDE-DEV] [PATCH 1/1] [brcm63xx] Display the correct detected CPU ID

2016-05-13 Thread Graham Fairweather
From: Graham Fairweather This patch fixes the logged detected CPU ID when an equivalent is used, like in the case where we have a bcm6369 and configuration for a bcm6368 is used. So, it will display 'Detected Broadcom 0x6369 CPU revision b2' instead of 'Detected Broadcom 0x6368 CPU revision b2'.

Re: [LEDE-DEV] [PATCH 1/2] [ubox] syslog: use realloc to change log buffer size

2016-05-13 Thread Alexandru Ardelean
On Thu, May 12, 2016 at 3:09 PM, Dan Bugnar wrote: > From: Dan Bugnar > > Change the log buffer size and copy the messages. > > Signed-off-by: Dan Bugnar > --- > log/syslog.c | 37 +++-- > log/syslog.h | 2 +- > 2 files changed, 16 insertions(+), 23 deletions(-)

[LEDE-DEV] [PATCH v3 01/10] include/image.mk: move build step tplink-safeloader to image.mk

2016-05-13 Thread Ash Benz
This patch is part of the Archer C2600 series, it moves tplink-safeloader from target/linux/ar71xx/image/Makefile to include/image.mk Signed-off-by: Ash Benz --- include/image.mk | 12 target/linux/ar71xx/image/Makefile | 12 2 files changed, 12 inser

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread Felix Fietkau
On 2016-05-12 14:09, Dan Bugnar wrote: > From: Dan Bugnar > > Add logd link to uci library, to read the system config file and get the > buffer size. > Remove the -S option support and use just the option from the config file. > > Signed-off-by: Dan Bugnar I'd prefer a change where logd provid

Re: [LEDE-DEV] [PATCH 2/2] [ubox] logd: add ubus reload method

2016-05-13 Thread David Lang
On Fri, 13 May 2016, Alexandru Ardelean wrote: On Fri, May 13, 2016 at 8:55 PM, David Lang wrote: On Fri, 13 May 2016, Helmut Schaa wrote: I was thinking of a different use-case: Increasing the buffer size on the fly comes in handy during a debug session where you'd like to not interrupt logg

[LEDE-DEV] [PATCH] generic: New LEDE Banner

2016-05-13 Thread L. D. Pinney
This patch provides a new banner for LEDE Signed-off-by: L. D. Pinney --- diff --git a/package/base-files/files/etc/banner b/package/base-files/files/etc/banner index ae2f16f..7b19941 100644 --- a/package/base-files/files/etc/banner +++ b/package/base-files/files/etc/banner @@ -1,10 +1,11 @@ -

[LEDE-DEV] [RFC] generic: Optional Command Line Prompts

2016-05-13 Thread L. D. Pinney
This patch sets the busybox prompt to the default. It also provides options to colorizes (or not) the command line prompt. Also optional time display. Signed-off-by: L. D. Pinney --- diff --git a/package/base-files/files/etc/profile b/package/base-files/files/etc/profile index ad8fe12..3d0320